Method SetFrameWithOffsetCreation
SetFrameWithOffsetCreation(ElementId, SmartFrame3D, SmartDirection3D, SmartReal)
Sets data of a frame with offset creation operation
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 140)]
void SetFrameWithOffsetCreation(ElementId inElementId, SmartFrame3D inFrame, SmartDirection3D inOffsetDirection, SmartReal inOffsetDistance)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze |
| SmartFrame3D | inFrame | the source frame> |
| SmartDirection3D | inOffsetDirection | the offset direction |
| SmartReal | inOffsetDistance | the offset distance |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.20.