Library | Module

Interface IpfcCircleDescriptor



Description

A data object representing the geometry of a circle.
Direct Parent Classes:
IpfcCurveDescriptor



Property Summary

PropertyCenteras IpfcPoint3D
The center of the circle
PropertyRadiusas Double
The radius
PropertyUnitNormalas IpfcVector3D
The normal axis unit vector



Method Summary

FunctionCCpfcCircleDescriptor.Create (Center as IpfcPoint3D, Radius as Double, UnitNormal as IpfcVector3D) as IpfcCircleDescriptor
This method creates a new CircleDescriptor object.



Property Detail


PropertyCenteras IpfcPoint3D

The center of the circle




PropertyRadiusas Double

The radius




PropertyUnitNormalas IpfcVector3D

The normal axis unit vector





Method Detail


FunctionCCpfcCircleDescriptor.Create (Center as IpfcPoint3D, Radius as Double, UnitNormal as IpfcVector3D) as IpfcCircleDescriptor

This method creates a new CircleDescriptor object.
Parameters:
Center
The circle center
Radius
The circle radius
UnitNormal
The normal vector to the circle
Returns:
The new CircleDescriptor object