Method GetModelingTolerances
GetModelingTolerances(ElementId, out double, out double)
Gets the modeling tolerances of an operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void GetModelingTolerances(ElementId inElementId, out double outLinearTolerance, out double outAngularTolerance)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the operation to analyze. |
| double | outLinearTolerance | Linear tolerance (in meters), or 0 if the operation does not have a linear modeling tolerance. |
| double | outAngularTolerance | Angular tolerance (in radians), or 0 if the operation does not have an angular modeling tolerance. |
Remarks
This method is available since v7.8.