Section Entity Arc
Methods Introduced:
The method wfcSectionEntityArc::Create creates an arc entity in a specified section using the center, start and end angles, and radius of the arc as inputs.
The methods wfcSectionEntityArc::GetCenter and wfcSectionEntityArc::SetCenter retrieve and set the center of the arc using the pfcPoint2D object.
The methods wfcSectionEntityArc::GetEndAngle and wfcSectionEntityArc::SetEndAngle retrieve and set the end angle of the arc.
The methods wfcSectionEntityArc::GetRadius and wfcSectionEntityArc::SetRadius retrieve and set the radius of the arc.
The methods wfcSectionEntityArc::GetStartAngle and wfcSectionEntityArc::SetStartAngle retrieve and set the start angle of the arc.
Was this helpful?