Section Entity Circle
Methods Introduced:
The method wfcSection.wfcSection.SectionEntityCircle_Create creates a circle entity in a specified section using the center and radius of the circle as inputs.
The methods wfcSection.SectionEntityCircle.GetCenter and wfcSection.SectionEntityCircle.SetCenter retrieve and set the center of the circle using the pfcPoint2D object.
The methods wfcSection.SectionEntityCircle.GetRadius and wfcSection.SectionEntityCircle.SetRadius retrieve and set the radius of the circle.
Was this helpful?