Library | Module

Interface IpfcCylindricalSplineSurfaceDescriptor



Description

A data object representing a spline surface created using cylindrical coordinates.
Direct Parent Classes:
IpfcTransformedSurfaceDescriptor



Property Summary

PropertySplineSurfaceDataas IpfcSplineSurfaceDescriptor
The spline surface geometry which defines the surface



Method Summary

FunctionCCpfcCylindricalSplineSurfaceDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, SplineSurfaceData as IpfcSplineSurfaceDescriptor) as IpfcCylindricalSplineSurfaceDescriptor
This method creates a new CylindricalSplineSurfaceDescriptor object.



Property Detail


PropertySplineSurfaceDataas IpfcSplineSurfaceDescriptor

The spline surface geometry which defines the surface





Method Detail


FunctionCCpfcCylindricalSplineSurfaceDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, SplineSurfaceData as IpfcSplineSurfaceDescriptor) as IpfcCylindricalSplineSurfaceDescriptor

This method creates a new CylindricalSplineSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
SplineSurfaceData
The spline surface geometry to use
Returns:
The new CylindricalSplineSurfaceDescriptor object