| Library | Module | Frames | Expand |
| /* readonly */ pfcDimensionType | DimType | |
| The dimension type | ||
| number | DimValue | |
| The value of the dimension. | ||
| /* readonly */ boolean | ExtendsInNegativeDirection | |
| Identifies if the dimension is currently considered to have a negative "sign" in generating its direction. If the dimension has a negative sign then the dimension is oriented in the opposite manner to the default for the feature. | ||
| string | Symbol | |
| The dimension name or symbol | ||
| stringseq | Texts | |
| The dimension text | ||
| void | Erase () | |
| DEPRECATED: since Creo 4 | ||
| SUCCESSOR(S): Drawing.EraseDimension | Erases the dimension from a model or drawing. | |
| void | Show ( /* optional */ pfcDimensionShowInstructions Instructions) | |
| Forces the display of the dimension in a model. | ||
| /* readonly */ pfcDimensionType | DimType |
|
The dimension type |
| number | DimValue |
|
The value of the dimension. This is always positive if the model is fully regenerated. Use the property pfcBaseDimension.ExtendsInNegativeDirection to detect if the dimension direction is oriented opposite to the feature default. When setting this property, if a negative number is passed, this will flip the direction of the dimension. Exceptions thrown (but not limited to): pfcXToolkitBadContext - The input dimension is reference. |
| /* readonly */ boolean | ExtendsInNegativeDirection |
|
Identifies if the dimension is currently considered to have a negative "sign" in generating its direction. If the dimension has a negative sign then the dimension is oriented in the opposite manner to the default for the feature. |
| string | Symbol |
|
The dimension name or symbol Exceptions thrown (but not limited to): pfcXToolkitNoChange - The function could not set the symbol to new value as the new symbol name already exists for other dimension in the model. |
| stringseq | Texts |
|
The dimension text Exceptions thrown (but not limited to): pfcXToolkitNotFound - Dimension text is not found. |
| void | Erase | () |
| DEPRECATED: since Creo 4 | |
| SUCCESSOR(S): Drawing.EraseDimension |
Erases the dimension from a model or drawing. If called on a pfcDimension2D object, this temporarily erases the displayed dimension from the drawing. For a permanent erase please use pfcDimension2D.EraseFromModel2D(). |
| void | Show | ( /* optional */ pfcDimensionShowInstructions Instructions) |
|
Forces the display of the dimension in a model. Exceptions thrown (but not limited to): pfcXToolkitNoChange - The annotation is already shown in the target model. pfcXToolkitInvalidMatrix - The annotation cannot be shown due to orientation conflicts in the view. pfcXToolkitNoLicense - License check failure. pfcXToolkitNotDisplayed - Annotation is present on hidden or blank layer and so can't be shown.
|