Library | Module

Interface IpfcTabulatedCylinderDescriptor



Description

A data object representing the geometry of a surface defined by projecting a curve linearly through space.
Direct Parent Classes:
IpfcTransformedSurfaceDescriptor



Property Summary

PropertyProfileas IpfcCurveDescriptor
The geometry of the curve that is projected



Method Summary

FunctionCCpfcTabulatedCylinderDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, Profile as IpfcCurveDescriptor) as IpfcTabulatedCylinderDescriptor
This method creates a new TabulatedCylinderDescriptor object.



Property Detail


PropertyProfileas IpfcCurveDescriptor

The geometry of the curve that is projected





Method Detail


FunctionCCpfcTabulatedCylinderDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, Profile as IpfcCurveDescriptor) as IpfcTabulatedCylinderDescriptor

This method creates a new TabulatedCylinderDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Profile
The geometry of the curve that is projected
Returns: