Method SetAxisByTwoPointsCreation
SetAxisByTwoPointsCreation(ElementId, SmartPoint3D, SmartPoint3D)
Sets points of an axis by two points creation operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 140)]
void SetAxisByTwoPointsCreation(ElementId inElementId, SmartPoint3D inFirstPoint, SmartPoint3D inSecondPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the axis by two points creation operation to modify |
| SmartPoint3D | inFirstPoint | First point |
| SmartPoint3D | inSecondPoint | Second point |
Remarks
This method is available since v7.20.
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.