| Library | Module | Frames | Expand |
| Function | ConvertLinearDimensionToBaseline (Dim as IpfcDimension, Location as IpfcVector2D) as IpfcDimension | |
| Converts an existing linear dimension to ordinate baseline. To use this method drawing must be displayed. | ||
| Sub | ConvertLinearDimensionToOrdinate (Dim as IpfcDimension, BaselineDimension as IpfcDimension) | |
| Converts an existing linear dimension to ordinate. To use this method drawing must be displayed. | ||
| Sub | ConvertOrdinateDimensionToLinear (Dim as IpfcDimension) | |
| Converts an existing ordinate dimension to linear. To use this method drawing must be displayed. | ||
| Sub | EraseDimension (Dim as IpfcDimension) | |
| Erase dimension from specified drawing. | ||
| Function | GetBaselineDimension (Dim as IpfcDimension) as IpfcDimension [optional] | |
| Checks if dimension is an ordinate dimension and if it is ordinate then returns baseline dimension. | ||
| Function | GetDimensionAttachPoints (Dim as IpfcDimension) as IpfcDimensionAttachments | |
| Gets attachment information of dimension. | ||
| Function | GetDimensionLocation (Dim as IpfcDimension) as IpfcPoint3D | |
| Get location of dimension text in specified drawing. | ||
| Function | GetDimensionOrientHint (Dim as IpfcDimension) as IpfcDimOrientationHint | |
| Gets orientation of dimension | ||
| Function | GetDimensionSenses (Dim as IpfcDimension) as IpfcDimSenses | |
| Gets sense information of dimension. | ||
| Function | GetDimensionView (Dim as IpfcDimension) as IpfcView2D [optional] | |
| Get drawing view of dimension. | ||
| Function | IsDimensionAssociative (Dim as IpfcDimension) as Boolean | |
| Checks if solid dimension shown in drawing is associative. | ||
| Function | IsDimensionShown (Dim as IpfcDimension) as Boolean | |
| Checks if dimension is shown in a specified drawing. | ||
| Function | IsDimensionToleranceDisplayed (Dim as IpfcDimension) as Boolean | |
| Indicates whether a drawing dimension's tolerance is visible or not. | ||
| Sub | SetDimensionLocation (Dim as IpfcDimension, ToLocation as IpfcPoint3D) | |
| Changes location of dimension text. | ||
| Sub | SwitchDimensionView (Dim as IpfcDimension, View as IpfcView2D) | |
| Change view of the dimension in specified drawing. | ||
| Function | ConvertLinearDimensionToBaseline | (Dim as IpfcDimension, Location as IpfcVector2D) as IpfcDimension |
|
Converts an existing linear dimension to ordinate baseline. To use this method drawing must be displayed.
|
| Sub | ConvertLinearDimensionToOrdinate | (Dim as IpfcDimension, BaselineDimension as IpfcDimension) |
|
Converts an existing linear dimension to ordinate. To use this method drawing must be displayed. Exceptions thrown (but not limited to): IpfcXToolkitCantWrite - Could not modify the given item because it has read-only access.
|
| Sub | ConvertOrdinateDimensionToLinear | (Dim as IpfcDimension) |
|
Converts an existing ordinate dimension to linear. To use this method drawing must be displayed. Exceptions thrown (but not limited to): IpfcXToolkitCantWrite - Could not modify the given item because it has read-only access.
|
| Sub | EraseDimension | (Dim as IpfcDimension) |
|
Erase dimension from specified drawing. Exceptions thrown (but not limited to): IpfcXToolkitNoChange - The annotation is not shown in the target model.
|
| Function | GetBaselineDimension | (Dim as IpfcDimension) as IpfcDimension [optional] |
|
Checks if dimension is an ordinate dimension and if it is ordinate then returns baseline dimension.
|
| Function | GetDimensionAttachPoints | (Dim as IpfcDimension) as IpfcDimensionAttachments |
|
Gets attachment information of dimension. Exceptions thrown (but not limited to): IpfcXToolkitInvalidItem - the dimension specified is not a valid dimension created in drawing mode. IpfcXToolkitInvalidType - the dimension sense type is not supported with this function.
|
| Function | GetDimensionLocation | (Dim as IpfcDimension) as IpfcPoint3D |
|
Get location of dimension text in specified drawing.
|
| Function | GetDimensionOrientHint | (Dim as IpfcDimension) as IpfcDimOrientationHint |
|
Gets orientation of dimension Exceptions thrown (but not limited to): IpfcXToolkitInvalidItem - the dimension specified is not a valid dimension created in drawing mode. IpfcXToolkitInvalidType - the dimension sense type is not supported with this function.
|
| Function | GetDimensionSenses | (Dim as IpfcDimension) as IpfcDimSenses |
|
Gets sense information of dimension. Exceptions thrown (but not limited to): IpfcXToolkitInvalidItem - the dimension specified is not a valid dimension created in drawing mode. IpfcXToolkitInvalidType - the dimension sense type is not supported with this function.
|
| Function | GetDimensionView | (Dim as IpfcDimension) as IpfcView2D [optional] |
|
Get drawing view of dimension. Exceptions thrown (but not limited to): IpfcXToolkitNotDisplayed - The dimension is not displayed in the drawing.
|
| Function | IsDimensionAssociative | (Dim as IpfcDimension) as Boolean |
|
Checks if solid dimension shown in drawing is associative.
|
| Function | IsDimensionShown | (Dim as IpfcDimension) as Boolean |
|
Checks if dimension is shown in a specified drawing.
|
| Function | IsDimensionToleranceDisplayed | (Dim as IpfcDimension) as Boolean |
|
Indicates whether a drawing dimension's tolerance is visible or not.
|
| Sub | SetDimensionLocation | (Dim as IpfcDimension, ToLocation as IpfcPoint3D) |
|
Changes location of dimension text. Exceptions thrown (but not limited to): IpfcXToolkitCantWrite - Could not modify the given item because it has read-only access.
|
| Sub | SwitchDimensionView | (Dim as IpfcDimension, View as IpfcView2D) |
|
Change view of the dimension in specified drawing. Exceptions thrown (but not limited to): IpfcXToolkitCantWrite - Could not delete the given item because it has read-only access.
|