Library | Module

Class pfcArcDescriptor



Description

A data object representing the geometry of an arc entity.
Direct Parent Classes:
pfcCurveDescriptor



Property Summary

pfcPoint3DCenter
The center of the arc
numberEndAngle
The angular parameter of the ending point
numberRadius
The radius of the arc
numberStartAngle
The angular parameter of the starting point
pfcVector3DVector1
The first vector that defines the plane of the arc
pfcVector3DVector2
The second vector that defines the plane of the arc



Method Summary

static pfcArcDescriptorCreate (pfcVector3D Vector1, pfcVector3D Vector2, pfcPoint3D Center, number StartAngle, number EndAngle, number Radius)
This method creates a new ArcDescriptor object.



Property Detail


pfcPoint3DCenter

The center of the arc




numberEndAngle

The angular parameter of the ending point




numberRadius

The radius of the arc




numberStartAngle

The angular parameter of the starting point




pfcVector3DVector1

The first vector that defines the plane of the arc




pfcVector3DVector2

The second vector that defines the plane of the arc





Method Detail


static pfcArcDescriptorCreate (pfcVector3D Vector1, pfcVector3D Vector2, pfcPoint3D Center, number StartAngle, number EndAngle, number Radius)

This method creates a new ArcDescriptor object.
See Also:
pfcDetailEntityInstructions
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