API Documentation > Classes > Class pfcArcDescriptor
Class pfcArcDescriptor
Description
A data object representing the geometry of an arc entity.
Direct Parent Classes:
Property Summary
The center of the arc
number
The angular parameter of the ending point
number
The radius of the arc
number
The angular parameter of the starting point
The first vector that defines the plane of the arc
The second vector that defines the plane of the arc
Method Summary
Create (pfcVector3D Vector1, pfcVector3D Vector2, pfcPoint3D Center, number StartAngle, number EndAngle, number Radius)
This method creates a new ArcDescriptor object.
Property Detail
The center of the arc
number
EndAngle
The angular parameter of the ending point
number
Radius
The radius of the arc
number
StartAngle
The angular parameter of the starting point
The first vector that defines the plane of the arc
The second vector that defines the plane of the arc
Method Detail
Create
(pfcVector3D Vector1, pfcVector3D Vector2, pfcPoint3D Center, number StartAngle, number EndAngle, number Radius)
This method creates a new ArcDescriptor object.
See Also:
Parameters:
Vector1
The first vector that defines the plane of the arc
Vector2
The second vector that defines the plane of the arc
Center
The arc center
StartAngle
The start angle
EndAngle
The arc end angle
Radius
The radius
Returns:
The new ArcDescriptor object
Was this helpful?