| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Model | CreateFlexibleModel
(WComponentPath FlexModelPath)
Creates a flexible model from the specified model of the flexible component. |
| void | CreatePredefinedFlexibilityComponent
(Model SourceModel, AssemblyItems AsmItems)
Convert the specified component to flexible one using the predefined flexibility varied items defined on its component model. |
| boolean | IsFlexible
()
Determines whether the specified component is a flexible component. |
| boolean | IsUnplaced
()
Determine if the specified component is unplaced. |
| void | MakeUniqueSubAssembly
(WComponentPath PathToSubAsm)
Make new instance of a sub-assembly, given its path. |
| void | RemoveConstraint
(int Index)
Removes a component constraint, given index of the constraint to remove. |
| void | RemoveUniqueSubAssembly
(WComponentPath PathToSubAsm)
Remove the run-time instance of a unique sub-assembly, given its path. |
| void | SetAsFlexible
(AssemblyItems AsmItems)
Convert the component to flexible one using the specified variant items |
| void | UnsetAsFlexible
()
Convert a flexible component to the regular one |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner |
|---|
| ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner |
|---|
| GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem |
|---|
| DeleteUserDefinedName, Unhide, Hide, IsHidden, IsNameReadOnly, IsZoneFeature, GetDefaultName |
| Methods Inherited from Interface com.ptc.wfc.wfcLayerState.LayerItem |
|---|
| IsLayerItemVisible, RemoveNoUpdate, GetLayers, AddNoUpdate |
| Method Detail |
|---|
| RemoveConstraint |
|---|
| void | RemoveConstraint | (int Index) |
| Removes a component constraint, given index of the constraint
to remove. Exceptions thrown (but not limited to): XToolkitNotFound - The specified constraint does not exist.
|
| IsUnplaced |
|---|
| boolean | IsUnplaced | () |
| Determine if the specified component is unplaced. Exceptions thrown (but not limited to): XToolkitNotValid - Required license not found.
|
| MakeUniqueSubAssembly |
|---|
| void | MakeUniqueSubAssembly | (WComponentPath PathToSubAsm) |
Make new instance of a sub-assembly, given its path.
|
| RemoveUniqueSubAssembly |
|---|
| void | RemoveUniqueSubAssembly | (WComponentPath PathToSubAsm) |
Remove the run-time instance of a unique sub-assembly,
given its path.
|
| SetAsFlexible |
|---|
| void | SetAsFlexible | (AssemblyItems AsmItems) |
Convert the component to flexible one using the
specified variant items
|
| UnsetAsFlexible |
|---|
| void | UnsetAsFlexible | () |
Convert a flexible component to the regular one
|
| IsFlexible |
|---|
| boolean | IsFlexible | () |
Determines whether the specified component is a
flexible component.
|
| CreateFlexibleModel |
|---|
| Model | CreateFlexibleModel | (WComponentPath FlexModelPath) |
Creates a flexible model from the specified model
of the flexible component.
|
| CreatePredefinedFlexibilityComponent |
|---|
| void | CreatePredefinedFlexibilityComponent | (Model SourceModel, AssemblyItems AsmItems) |
Convert the specified component to flexible one using the
predefined flexibility varied items defined on its component model.
|