Library | Module

Interface IpfcPointDescriptor



Description

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



Property Summary

PropertyPointas IpfcPoint3D
The point coordinates



Method Summary

FunctionCCpfcPointDescriptor.Create (Point as IpfcPoint3D) as IpfcPointDescriptor
This method creates a new PointDescriptor object.



Property Detail


PropertyPointas IpfcPoint3D

The point coordinates





Method Detail


FunctionCCpfcPointDescriptor.Create (Point as IpfcPoint3D) as IpfcPointDescriptor

This method creates a new PointDescriptor object.
Parameters:
Point
The point
Returns:
The new PointDescriptor object.