Library | Module

Interface IpfcDatumCsysOrientMoveConstraint



Description

This class describes a datum coordinate system orientation constraint.



Property Summary

PropertyOrientMoveConstraintTypeas IpfcDatumCsysOrientMoveConstraintType
This specifies type of orientation constraint.
PropertyOrientMoveValueas Double
This specifies constraint reference value.



Method Summary

FunctionCCpfcDatumCsysOrientMoveConstraint.Create (OrientMoveConstraintType as IpfcDatumCsysOrientMoveConstraintType, OrientMoveValue as Double) as IpfcDatumCsysOrientMoveConstraint
Creates a new DatumCsysOrientMoveConstraint object.



Property Detail


PropertyOrientMoveConstraintTypeas IpfcDatumCsysOrientMoveConstraintType

This specifies type of orientation constraint.




PropertyOrientMoveValueas Double

This specifies constraint reference value.





Method Detail


FunctionCCpfcDatumCsysOrientMoveConstraint.Create (OrientMoveConstraintType as IpfcDatumCsysOrientMoveConstraintType, OrientMoveValue as Double) as IpfcDatumCsysOrientMoveConstraint

Creates a new DatumCsysOrientMoveConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
OrientMoveConstraintType
The orientation constraint type.
OrientMoveValue
The constraint reference value.
Returns:
The new object.