Method GetOffsetPointCreation
GetOffsetPointCreation(ElementId, out SmartPoint3D, out SmartDirection3D, out SmartReal)
Gets an offset point creation operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void GetOffsetPointCreation(ElementId inElementId, out SmartPoint3D outOrigin, out SmartDirection3D outDirection, out SmartReal outDistance)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the offset point creation operation to analyze. |
| SmartPoint3D | outOrigin | Origin point. |
| SmartDirection3D | outDirection | Offset direction. |
| SmartReal | outDistance | Offset distance. |
Remarks
This method is available since v7.8.