Library | File

Class wfcSectionEntityArc

# include <wfcSection.h>

class wfcSectionEntityArc
 : public virtual wfcSectionEntity
{
    xdeclare(wfcSectionEntityArc)
    ...
};
This is a COMPACT class.



Description

This interface represents Arc entity used in sections
Manual References:
Element Trees: Sections: Section Entities



Method Summary

static wfcSectionEntityArc_ptrCreate (pfcPoint2D_ptr Center, xreal StartAng, xreal EndAng, xreal radius)
 
pfcPoint2D_ptrGetCenter ()
voidSetCenter (pfcPoint2D_ptr value)
Center of the arc.
xrealGetEndAngle ()
voidSetEndAngle (xreal value)
End angle of the arc.
xrealGetRadius ()
voidSetRadius (xreal value)
Radius of the arc.
xrealGetStartAngle ()
voidSetStartAngle (xreal value)
Start angle of the arc.


Methods Inherited from Class wfcSectionEntity:

GetSectionEntityType



Method Detail

pfcPoint2D_ptrGetCenter ()
voidSetCenter (pfcPoint2D_ptr value)

Center of the arc.




xrealGetStartAngle ()
voidSetStartAngle (xreal value)

Start angle of the arc.




xrealGetEndAngle ()
voidSetEndAngle (xreal value)

End angle of the arc.




xrealGetRadius ()
voidSetRadius (xreal value)

Radius of the arc.




static wfcSectionEntityArc_ptrCreate (pfcPoint2D_ptr Center, xreal StartAng, xreal EndAng, xreal radius)

 
Parameters:
Center
 
StartAng
 
EndAng
 
radius
 
Returns: