Library | Module

Interface IpfcConeDescriptor



Description

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



Property Summary

PropertyAlphaas Double
The angle between the axis of the cone and the generating line



Method Summary

FunctionCCpfcConeDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, Alpha as Double) as IpfcConeDescriptor
This method creates a new ConeDescriptor object.



Property Detail


PropertyAlphaas Double

The angle between the axis of the cone and the generating line





Method Detail


FunctionCCpfcConeDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, Alpha as Double) as IpfcConeDescriptor

This method creates a new ConeDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Alpha
The cone angle
Returns:
The new ConeDescriptor object