| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| • | PARAM_STRING— Specifies the parameter has a string value. |
| • | PARAM_INTEGER— Specifies the parameter has a integer value. |
| • | PARAM_BOOLEAN— Specifies the parameter has a boolean value. |
| • | PARAM_DOUBLE— Specifies the parameter has a real value. |
| • | PARAM_NOTE— Specifies the parameter has a note identifier as its value. |
| • | PARAM_VOID |
| • | PARAM_NOT_SET |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| • | AllowContextSelection—This Boolean attribute indicates whether to allow parameter selection from multiple contexts, or from the invoking parameter
owner. By default, it is false and allows selection only from the invoking parameter owner. If it is true and if specific
selection contexts are not yet assigned, then you can select the parameters from any context. Use the property pfcParameterSelectionOptions.AllowContextSelection to modify the value of this attribute.
|
| • | Contexts—The permitted parameter selection contexts in the form of the pfcParameterSelectionContexts object. Use the property pfcParameterSelection.Context to assign the parameter selection context. By default, you can select parameters from any context. This property can be set
using the enumerated data type pfcParameterSelectionContext. The values for pfcParameterSelectionContext and a description of what each value specifies for selection, follow:
|
| • | AllowMultipleSelections—This Boolean attribute indicates whether or not to allow the selection of multiple parameters from the dialog box, or only
a single parameter. By default, it is true and allows for the selection of multiple parameters. Use the property pfcParameterSelectionOptions.AllowMultipleSelections to modify this attribute.
|
| • | SelectButtonLabel—The visible label for the select button in the dialog box. Use the property pfcParameterSelectionOptions.SelectButtonLabel to set the label. If not set, the default label in the language of the active Creo Parametric session is displayed.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| • | PARAMDRIVER_PARAM—Specifies that the parameter value is driven by another parameter. |
| • | PARAMDRIVER_FUNCTION—Specifies that the parameter value is driven by a function. |
| • | PARAMDRIVER_RELATION—Specifies that the parameter value is driven by a relation. This is equivalent to the value obtained using pfcBaseParameter.IsRelationDriven for a parameter object type. |
| • | PARAMSELECT_ENUMERATION—Specifies that the parameter is restricted to a list of permitted values. |
| • | PARAMSELECT_RANGE—Specifies that the parameter is limited to a specified range of numeric values. |
| • | PARAMLIMIT_LESS_THAN—Specifies that the parameter must be less than the indicated value. |
| • | PARAMLIMIT_LESS_THAN_OR_EQUAL—Specifies that the parameter must be less than or equal to the indicated value. |
| • | PARAMLIMIT_GREATER_THAN—Specifies that the parameter must be greater than the indicated value. |
| • | PARAMLIMIT_GREATER_THAN_OR_EQUAL—Specifies that the parameter must be greater than or equal to the indicated value. |
| |
| |
| |
| |
| |
| • | DIM_LINEAR—Specifies if the dimension is linear. |
| • | DIM_RADIAL—Specifies if the dimension is radial. |
| • | DIM_DIAMETER—Specifies if the dimension is diametrical. |
| • | DIM_ANGULAR—Specifies if the dimension is angular. |
| |
| |
| |
| |
| |
| |
| • | DIMTOL_LIMITS—Displays dimension tolerances as upper and lower limits. Note
This format is not available when only the tolerance value for a dimension is displayed.
|
| • | DIMTOL_PLUS_MINUS—Displays dimensions as nominal with plus-minus tolerances. The positive and negative values are independent. |
| • | DIMTOL_SYMMETRIC—Displays dimensions as nominal with a single value for both the positive and the negative tolerance. |
| • | DIMTOL_SYMMETRIC_SUPERSCRIPT—Displays dimensions as nominal with a single value for positive and negative tolerance. The text of the tolerance is displayed in a superscript format with respect to the dimension text. |
| • | DIMTOL_ISODIN-Displays the tolerance table type, table column, and table name, if the dimension tolerance is set to a hole or shaft table (DIN/ISO standard). |
| • | — |
| • | inPlus—Specifies the tolerance amount above the nominal value |
| • | inMinus—Specifies the tolerance amount below the nominal value |
| • | inUpperLimit—Specifies the upper limit for the tolerance. |
| • | inLowerLimit—Specifies the lower limit for the tolerance. |
| • | inTolTableType—Specifies the tolerance table type using the enumerated data type pfcToleranceTableType and the valid values are:
|
| • | inTableName—Specifies the tolerance table name. |
| • | inTableColumn—Specifies the tolerance table column. |