Library | Module

Interface IpfcDatumAxisConstraint



Description

This class describes a datum axis constraint.



Property Summary

PropertyConstraintRefas IpfcSelection
This specifies selection handle for the constraint reference.
PropertyConstraintTypeas IpfcDatumAxisConstraintType
This specifies the type of datum axis constraint.



Method Summary

FunctionCCpfcDatumAxisConstraint.Create (ConstraintType as IpfcDatumAxisConstraintType, ConstraintRef as IpfcSelection) as IpfcDatumAxisConstraint
Creates a new DatumAxisConstraint object.



Property Detail


PropertyConstraintRefas IpfcSelection

This specifies selection handle for the constraint reference.




PropertyConstraintTypeas IpfcDatumAxisConstraintType

This specifies the type of datum axis constraint.





Method Detail


FunctionCCpfcDatumAxisConstraint.Create (ConstraintType as IpfcDatumAxisConstraintType, ConstraintRef as IpfcSelection) as IpfcDatumAxisConstraint

Creates a new DatumAxisConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
ConstraintType
The type of constraint.
ConstraintRef
The constraint reference object.
Returns:
The new object.