Specifies the Type of Constraint. This value is normally the same or of a compatible type across all the constraints to be used together.

This property is REQUIRED in all cases for the Assembly Command.

Parameters

none

Value

One of the following strings is valid (they correspond to the entry in the CREO GUI)

MATE
MATE_OFF
ALIGN
ALIGN_OFF
INSERT
ORIENT
CSYS
TANGENT
PNT_ON_SRF
EDGE_ON_SRF
DEF_PLACEMENT
SUBSTITUTE
PNT_ON_LINE
FIX
AUTO
ALIGN_ANG_OFF
MATE_ANG_OFF

Remarks

none

Example

Dim CC as new CreoConstraintInfo("ALIGN")

OR

Dim CC as new CreoConstraintInfo
CC.Type="ALIGN"