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
Manual References:
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.
Methods Inherited from Class wfcSectionEntity::
Method Detail
GetTangentType
()
void
SetTangentType
Type of spline tangent.
Exceptions thrown (but not limited to):
<reference 4 to unknown entity pfcExceptions::pfcXInAMethod>
Manual References:
GetPoints
()
void
SetPoints
(pfcPoint2Ds_ptr value)
Array of points.
Manual References:
GetStartTangentAngle
()
void
SetStartTangentAngle
(xreal value)
Start angle of the tangent.
Manual References:
GetEndTangentAngle
()
void
SetEndTangentAngle
(xreal value)
End angle of the tangent.
Manual References:
Create
(wfcSplineTangentType Tantype, pfcPoint2Ds_ptr Pnts, xreal StartTangAngle, xreal EndTangAngle)
Manual References:
Parameters:
Tantype
Pnts
StartTangAngle
EndTangAngle
Returns:
Was this helpful?