Library | Module

Interface IpfcCylinderDescriptor



Description

A data object representing the geometry of a cylindrical surface.
Direct Parent Classes:
IpfcTransformedSurfaceDescriptor



Property Summary

PropertyRadiusas Double
The radius of the cylinder



Method Summary

FunctionCCpfcCylinderDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, Radius as Double) as IpfcCylinderDescriptor
This method creates a new CylinderDescriptor object.



Property Detail


PropertyRadiusas Double

The radius of the cylinder





Method Detail


FunctionCCpfcCylinderDescriptor.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