| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| ParamValueWithUnits | EvaluateExpressionWithUnits
(String Expression,
/*optional*/
Boolean Consider_units)
Use Creo Parametric to evaluate the given relations-based expression. |
| /*optional*/ stringseq | GetRelationConstraints
()
Obtains the constraints applied to a given relation set. Constraints may be assigned when one or more parameters of the set is governed by an external parameter file. They act as read-only relations. |
| boolean | UnitsUsed
()
Are Units used in the Relation. |
| void | UseUnits
(boolean Use)
Makes the relation units sensitive |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Method Detail |
|---|
| GetRelationConstraints |
|---|
| /*optional*/ stringseq | GetRelationConstraints | () |
Obtains the constraints applied to a given relation set.
Constraints may be assigned when one or more parameters of the set is
governed by an external parameter file. They act as read-only
relations.
|
| UnitsUsed |
|---|
| boolean | UnitsUsed | () |
|
Are Units used in the Relation.
Exceptions thrown (but not limited to): XToolkitNotFound - The post regeneration relation set was not found.
|
| UseUnits |
|---|
| void | UseUnits | (boolean Use) |
|
Makes the relation units sensitive
Exceptions thrown (but not limited to): XToolkitNotFound - The post regeneration relation set was not found.
|
| EvaluateExpressionWithUnits |
|---|
| ParamValueWithUnits | EvaluateExpressionWithUnits | (String Expression, /*optional*/ Boolean Consider_units) |
Use Creo Parametric to evaluate the given relations-based
expression.
|