| Library | Module | Frames | Expand |
| Property | AssemblyDatumSide | as IpfcDatumSide [optional] |
| The datum plane side, if the AssemblyReference is a datum plane. | ||
| Property | AssemblyReference | as IpfcSelection [optional] |
| The geometric reference from the assembly. This reference must be created using an assembly component path. Use null for constraint types not requiring a component reference. | ||
| Property | Attributes | as IpfcConstraintAttributes [optional] |
| Constraint related attributed. Use null for the default settings. | ||
| Property | ComponentDatumSide | as IpfcDatumSide [optional] |
| The datum plane side, if the ComponentReference is a datum plane. | ||
| Property | ComponentReference | as IpfcSelection [optional] |
| The geometric reference on the component. Use null for constraint types not requiring a component reference. | ||
| Property | Offset | as Double [optional] |
| The offset value, if appropriate to the constraint type. Use null to represent a 0.0 value, or for constraint types not requiring an offset. | ||
| Property | Type | as IpfcComponentConstraintType |
| The type of constraint. | ||
| Property | UserDefinedData | as String [optional] |
| A user created string stored with the constraint. Typically null. | ||
| Function | CCpfcComponentConstraint.Create (Type as IpfcComponentConstraintType) as IpfcComponentConstraint | |
| Creates a new component constraint object. | ||
| Property | AssemblyDatumSide | as IpfcDatumSide [optional] |
|
The datum plane side, if the AssemblyReference is a datum plane. |
| Property | AssemblyReference | as IpfcSelection [optional] |
|
The geometric reference from the assembly. This reference must be created using an assembly component path. Use null for constraint types not requiring a component reference. |
| Property | Attributes | as IpfcConstraintAttributes [optional] |
|
Constraint related attributed. Use null for the default settings. |
| Property | ComponentDatumSide | as IpfcDatumSide [optional] |
|
The datum plane side, if the ComponentReference is a datum plane. |
| Property | ComponentReference | as IpfcSelection [optional] |
|
The geometric reference on the component. Use null for constraint types not requiring a component reference. |
| Property | Offset | as Double [optional] |
|
The offset value, if appropriate to the constraint type. Use null to represent a 0.0 value, or for constraint types not requiring an offset. |
| Property | Type | as IpfcComponentConstraintType |
|
The type of constraint. |
| Property | UserDefinedData | as String [optional] |
|
A user created string stored with the constraint. Typically null. |
| Function | CCpfcComponentConstraint.Create | (Type as IpfcComponentConstraintType) as IpfcComponentConstraint |
|
Creates a new component constraint object.
|