| Library | Module | Frames | Expand |
| Property | Center | as IpfcPoint3D |
| The center of the arc | ||
| Property | EndAngle | as Double |
| The angular parameter of the ending point | ||
| Property | Radius | as Double |
| The radius of the arc | ||
| Property | StartAngle | as Double |
| The angular parameter of the starting point | ||
| Property | Vector1 | as IpfcVector3D |
| The first vector that defines the plane of the arc | ||
| Property | Vector2 | as IpfcVector3D |
| The second vector that defines the plane of the arc | ||
| Function | CCpfcArcDescriptor.Create (Vector1 as IpfcVector3D, Vector2 as IpfcVector3D, Center as IpfcPoint3D, StartAngle as Double, EndAngle as Double, Radius as Double) as IpfcArcDescriptor | |
| This method creates a new ArcDescriptor object. | ||
| Property | Center | as IpfcPoint3D |
|
The center of the arc |
| Property | EndAngle | as Double |
|
The angular parameter of the ending point |
| Property | Radius | as Double |
|
The radius of the arc |
| Property | StartAngle | as Double |
|
The angular parameter of the starting point |
| Property | Vector1 | as IpfcVector3D |
|
The first vector that defines the plane of the arc |
| Property | Vector2 | as IpfcVector3D |
|
The second vector that defines the plane of the arc |
| Function | CCpfcArcDescriptor.Create | (Vector1 as IpfcVector3D, Vector2 as IpfcVector3D, Center as IpfcPoint3D, StartAngle as Double, EndAngle as Double, Radius as Double) as IpfcArcDescriptor |
|
This method creates a new ArcDescriptor object.
|