Method GetFrameByPointAndTwoDirectionsCreation
GetFrameByPointAndTwoDirectionsCreation(ElementId, out SmartPoint3D, out SmartDirection3D, out SmartDirection3D, out bool)
Gets a frame by point and two directions creation operation
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 140)]
void GetFrameByPointAndTwoDirectionsCreation(ElementId inElementId, out SmartPoint3D outOrigin, out SmartDirection3D outFirstDirection, out SmartDirection3D outSecondDirection, out bool isSecondDirectionOY)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze |
| SmartPoint3D | outOrigin | the origin point |
| SmartDirection3D | outFirstDirection | the first direction |
| SmartDirection3D | outSecondDirection | the second direction |
| bool | isSecondDirectionOY | true if second direction is OY |
Remarks
This method is available since v7.20.