| Library | Module | Frames | Expand |
| pfcDimension | ConvertLinearDimensionToBaseline (pfcDimension Dim, pfcVector2D Location) | |
| Converts an existing linear dimension to ordinate baseline. To use this method drawing must be displayed. | ||
| void | ConvertLinearDimensionToOrdinate (pfcDimension Dim, pfcDimension BaselineDimension) | |
| Converts an existing linear dimension to ordinate. To use this method drawing must be displayed. | ||
| void | ConvertOrdinateDimensionToLinear (pfcDimension Dim) | |
| Converts an existing ordinate dimension to linear. To use this method drawing must be displayed. | ||
| void | EraseDimension (pfcDimension Dim) | |
| Erase dimension from specified drawing. | ||
| /* optional */ pfcDimension | GetBaselineDimension (pfcDimension Dim) | |
| Checks if dimension is an ordinate dimension and if it is ordinate then returns baseline dimension. | ||
| pfcDimensionAttachments | GetDimensionAttachPoints (pfcDimension Dim) | |
| Gets attachment information of dimension. | ||
| pfcPoint3D | GetDimensionLocation (pfcDimension Dim) | |
| Get location of dimension text in specified drawing. | ||
| pfcDimOrientationHint | GetDimensionOrientHint (pfcDimension Dim) | |
| Gets orientation of dimension | ||
| pfcDimSenses | GetDimensionSenses (pfcDimension Dim) | |
| Gets sense information of dimension. | ||
| /* optional */ pfcView2D | GetDimensionView (pfcDimension Dim) | |
| Get drawing view of dimension. | ||
| boolean | IsDimensionAssociative (pfcDimension Dim) | |
| Checks if solid dimension shown in drawing is associative. | ||
| boolean | IsDimensionShown (pfcDimension Dim) | |
| Checks if dimension is shown in a specified drawing. | ||
| boolean | IsDimensionToleranceDisplayed (pfcDimension Dim) | |
| Indicates whether a drawing dimension's tolerance is visible or not. | ||
| void | SetDimensionLocation (pfcDimension Dim, pfcPoint3D ToLocation) | |
| Changes location of dimension text. | ||
| void | SwitchDimensionView (pfcDimension Dim, pfcView2D View) | |
| Change view of the dimension in specified drawing. | ||
| pfcDimension | ConvertLinearDimensionToBaseline | (pfcDimension Dim, pfcVector2D Location) |
|
Converts an existing linear dimension to ordinate baseline. To use this method drawing must be displayed.
|
| void | ConvertLinearDimensionToOrdinate | (pfcDimension Dim, pfcDimension BaselineDimension) |
|
Converts an existing linear dimension to ordinate. To use this method drawing must be displayed. Exceptions thrown (but not limited to): pfcXToolkitCantWrite - Could not modify the given item because it has read-only access.
|
| void | ConvertOrdinateDimensionToLinear | (pfcDimension Dim) |
|
Converts an existing ordinate dimension to linear. To use this method drawing must be displayed. Exceptions thrown (but not limited to): pfcXToolkitCantWrite - Could not modify the given item because it has read-only access.
|
| void | EraseDimension | (pfcDimension Dim) |
|
Erase dimension from specified drawing. Exceptions thrown (but not limited to): pfcXToolkitNoChange - The annotation is not shown in the target model.
|
| /* optional */ pfcDimension | GetBaselineDimension | (pfcDimension Dim) |
|
Checks if dimension is an ordinate dimension and if it is ordinate then returns baseline dimension.
|
| pfcDimensionAttachments | GetDimensionAttachPoints | (pfcDimension Dim) |
|
Gets attachment information of dimension. Exceptions thrown (but not limited to): pfcXToolkitInvalidItem - the dimension specified is not a valid dimension created in drawing mode. pfcXToolkitInvalidType - the dimension sense type is not supported with this function.
|
| pfcPoint3D | GetDimensionLocation | (pfcDimension Dim) |
|
Get location of dimension text in specified drawing.
|
| pfcDimOrientationHint | GetDimensionOrientHint | (pfcDimension Dim) |
|
Gets orientation of dimension Exceptions thrown (but not limited to): pfcXToolkitInvalidItem - the dimension specified is not a valid dimension created in drawing mode. pfcXToolkitInvalidType - the dimension sense type is not supported with this function.
|
| pfcDimSenses | GetDimensionSenses | (pfcDimension Dim) |
|
Gets sense information of dimension. Exceptions thrown (but not limited to): pfcXToolkitInvalidItem - the dimension specified is not a valid dimension created in drawing mode. pfcXToolkitInvalidType - the dimension sense type is not supported with this function.
|
| /* optional */ pfcView2D | GetDimensionView | (pfcDimension Dim) |
|
Get drawing view of dimension. Exceptions thrown (but not limited to): pfcXToolkitNotDisplayed - The dimension is not displayed in the drawing.
|
| boolean | IsDimensionAssociative | (pfcDimension Dim) |
|
Checks if solid dimension shown in drawing is associative.
|
| boolean | IsDimensionShown | (pfcDimension Dim) |
|
Checks if dimension is shown in a specified drawing.
|
| boolean | IsDimensionToleranceDisplayed | (pfcDimension Dim) |
|
Indicates whether a drawing dimension's tolerance is visible or not.
|
| void | SetDimensionLocation | (pfcDimension Dim, pfcPoint3D ToLocation) |
|
Changes location of dimension text. Exceptions thrown (but not limited to): pfcXToolkitCantWrite - Could not modify the given item because it has read-only access.
|
| void | SwitchDimensionView | (pfcDimension Dim, pfcView2D View) |
|
Change view of the dimension in specified drawing. Exceptions thrown (but not limited to): pfcXToolkitCantWrite - Could not delete the given item because it has read-only access.
|