API Documentation > Classes > Interface IpfcCylinderDescriptor
Interface IpfcCylinderDescriptor
Description
A data object representing the geometry of a cylindrical surface.
Direct Parent Classes:
Property Summary
Property
as Double
The radius of the cylinder
Method Summary
Function
This method creates a new CylinderDescriptor object.
Property Detail
Property
Radius
as Double
The radius of the cylinder
Method Detail
Function
CCpfcCylinderDescriptor.Create
(Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, Radius as Double) as IpfcCylinderDescriptor
This method creates a new CylinderDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Radius
The surface radius
Returns:
The new CylinderDescriptor object
Was this helpful?