API Documentation > Classes > Class pfcEllipseDescriptor
Class pfcEllipseDescriptor
Description
A data object representing an elliptic curve or edge.
Direct Parent Classes:
Property Summary
The center of the ellipse
number
The ending angle
number
The major length
number
The minor length
number
The starting angle
The unit major axis
The unit normal
Method Summary
Create (pfcPoint3D Center, pfcVector3D UnitMajorAxis, pfcVector3D UnitNormal, number MajorLength, number MinorLength, number StartAngle, number EndAngle)
This method returns a new EllipseDescriptor object.
Property Detail
The center of the ellipse
number
EndAngle
The ending angle
number
MajorLength
The major length
number
MinorLength
The minor length
number
StartAngle
The starting angle
UnitMajorAxis
The unit major axis
UnitNormal
The unit normal
Method Detail
Create
(pfcPoint3D Center, pfcVector3D UnitMajorAxis, pfcVector3D UnitNormal, number MajorLength, number MinorLength, number StartAngle, number EndAngle)
This method returns a new EllipseDescriptor object.
Parameters:
Center
The ellipse center
UnitMajorAxis
The unit major axis
UnitNormal
The unit normal
MajorLength
The axis major length
MinorLength
The axis minor length
StartAngle
The start angle
EndAngle
The end angle
Returns:
The new EllipseDescriptor object
Was this helpful?