

/* optional */ pfcDatumSide | |
The datum plane side, if the AssemblyReference is a datum plane. | |
/* optional */ pfcSelection | |
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. | |
/* optional */ pfcConstraintAttributes | |
Constraint related attributed. Use null for the default settings. | |
/* optional */ pfcDatumSide | |
The datum plane side, if the ComponentReference is a datum plane. | |
/* optional */ pfcSelection | |
The geometric reference on the component. Use null for constraint types not requiring a component reference. | |
/* optional */ number | |
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. | |
The type of constraint. | |
/* optional */ string | |
A user created string stored with the constraint. Typically null. |

static pfcComponentConstraint | |
Creates a new component constraint object. |

/* optional */ pfcDatumSide | AssemblyDatumSide |

/* optional */ pfcSelection | AssemblyReference |

/* optional */ pfcConstraintAttributes | Attributes |

/* optional */ pfcDatumSide | ComponentDatumSide |

/* optional */ pfcSelection | ComponentReference |

/* optional */ number | Offset |


/* optional */ string | UserDefinedData |

static pfcComponentConstraint | Create |
