API Documentation > Classes > Interface IpfcDatumPointFeat
Interface IpfcDatumPointFeat
Description
This specifies a General Datum Point feature.
Direct Parent Classes:
User Guide References:
Property Summary
Property
as String
This specifies the name of the general datum point feature.
Method Summary
Function
GetPoints () as IpfcGeneralDatumPoints [readonly, optional]
Returns the constituent general datum point(s) in the feature.
Property Detail
Property
FeatName
as String
This specifies the name of the general datum point feature.
Method Detail
Function
GetPoints
() as IpfcGeneralDatumPoints [readonly, optional]
Returns the constituent general datum point(s) in the feature.
Returns:
The general datum points array.
User Guide References:
Was this helpful?