API Documentation > Interface Classes > Class wfcSectionEntitySpline
Class wfcSectionEntitySpline

# include <wfcSection.h>

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

Description
This interface represents Spline entity used in sections
User Guide References:
Methods Inherited from Class wfcSectionEntity::
Method Summary
Create (wfcSplineTangentType Tantype, pfcPoint2Ds_ptr Pnts, xreal StartTangAngle, xreal EndTangAngle)
void
End angle of the tangent.
void
Array of points.
void
Start angle of the tangent.
void
Type of spline tangent.
Method Detail
GetTangentType
()
void
SetTangentType
Type of spline tangent.
Exceptions thrown (but not limited to):
<reference 4 to unknown entity pfcExceptions::pfcXInAMethod>
User Guide References:
GetPoints
()
void
SetPoints
(pfcPoint2Ds_ptr value)
Array of points.
User Guide References:
GetStartTangentAngle
()
void
SetStartTangentAngle
(xreal value)
Start angle of the tangent.
User Guide References:
GetEndTangentAngle
()
void
SetEndTangentAngle
(xreal value)
End angle of the tangent.
User Guide References:
Create
(wfcSplineTangentType Tantype, pfcPoint2Ds_ptr Pnts, xreal StartTangAngle, xreal EndTangAngle)
User Guide References:
Parameters:
Tantype
Pnts
StartTangAngle
EndTangAngle
Returns:
Was this helpful?