/*optional*/ DatumSide | |
Get method for attribute "AssemblyDatumSide" The datum plane side, if the AssemblyReference is a datum plane. | |
/*optional*/ Selection | |
Get method for attribute "AssemblyReference" The geometric reference from the assembly. This reference must be created using an assembly component path. Usenull for constraint types not requiring a component reference. | |
/*optional*/ ConstraintAttributes | |
Get method for attribute "Attributes" Constraint related attributed. Usenull for the default settings. | |
/*optional*/ DatumSide | |
Get method for attribute "ComponentDatumSide" The datum plane side, if the ComponentReference is a datum plane. | |
/*optional*/ Selection | |
Get method for attribute "ComponentReference" The geometric reference on the component. Usenull for constraint types not requiring a component reference. | |
/*optional*/ Double | GetOffset () |
Get method for attribute "Offset" The offset value, if appropriate to the constraint type. Usenull to represent a 0.0 value, or for constraint types not requiring an offset. | |
GetType () | |
Get method for attribute "Type" The type of constraint. | |
/*optional*/ String | |
Get method for attribute "UserDefinedData" A user created string stored with the constraint. Typicallynull. | |
void | |
Set method for attribute "AssemblyDatumSide" The datum plane side, if the AssemblyReference is a datum plane. | |
void | |
Set method for attribute "AssemblyReference" The geometric reference from the assembly. This reference must be created using an assembly component path. Usenull for constraint types not requiring a component reference. | |
void | |
Set method for attribute "Attributes" Constraint related attributed. Usenull for the default settings. | |
void | |
Set method for attribute "ComponentDatumSide" The datum plane side, if the ComponentReference is a datum plane. | |
void | |
Set method for attribute "ComponentReference" The geometric reference on the component. Usenull for constraint types not requiring a component reference. | |
void | SetOffset ( /*optional*/ Double value) |
Set method for attribute "Offset" The offset value, if appropriate to the constraint type. Usenull to represent a 0.0 value, or for constraint types not requiring an offset. | |
void | |
Set method for attribute "Type" The type of constraint. | |
void | SetUserDefinedData ( /*optional*/ String value) |
Set method for attribute "UserDefinedData" A user created string stored with the constraint. Typicallynull. |
GetType | ||
GetType | () | |
SetType | ||
void | SetType |
GetAssemblyReference | ||
/*optional*/ Selection | GetAssemblyReference | () |
SetAssemblyReference | ||
void | SetAssemblyReference |
GetAssemblyDatumSide | ||
/*optional*/ DatumSide | GetAssemblyDatumSide | () |
SetAssemblyDatumSide | ||
void | SetAssemblyDatumSide |
GetComponentReference | ||
/*optional*/ Selection | GetComponentReference | () |
SetComponentReference | ||
void | SetComponentReference |
GetComponentDatumSide | ||
/*optional*/ DatumSide | GetComponentDatumSide | () |
SetComponentDatumSide | ||
void | SetComponentDatumSide |
GetOffset | ||
/*optional*/ Double | GetOffset | () |
SetOffset | ||
void | SetOffset | ( /*optional*/ Double value) |
GetAttributes | ||
/*optional*/ ConstraintAttributes | GetAttributes | () |
SetAttributes | ||
void | SetAttributes |
GetUserDefinedData | ||
/*optional*/ String | GetUserDefinedData | () |
SetUserDefinedData | ||
void | SetUserDefinedData | ( /*optional*/ String value) |