Method GetDrillingCounterSinkingPrimitive
GetDrillingCounterSinkingPrimitive(ElementId, int, out Real, out Real, out Real, out bool, out Real)
Get a drilling counter sinking primitive information.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 0, 0)]
void GetDrillingCounterSinkingPrimitive(ElementId inFeatureId, int inIndex, out Real angle, out Real coneLength, out Real diameter, out bool isOpposed, out Real position)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inFeatureId | Identifiers of the element of the primitive to analyse. |
| int | inIndex | Idex of the primitive to analyse. |
| Real | angle | Angle of the counter sinking primitive. |
| Real | coneLength | Cone length of the counter sinking primitive. |
| Real | diameter | Diameter of the counter sinking primitive. |
| bool | isOpposed | Tells wether the counter sinking primitive is opposed. |
| Real | position | Position of the counter sinking primitive. |
Remarks
This method is available since v7.14.