TransformXLine(CadEntityId, XYZ, XYZ, XYZ, XYZ) Method

Definition

Assembly ProCad.Editing.dll
public static CadOperation TransformXLine(CadEntityId entityId, XYZ fromFirstPoint, XYZ fromDirection, XYZ toFirstPoint, XYZ toDirection)

Parameters

entityId
CadEntityId
fromFirstPoint
CSMath.XYZ
fromDirection
CSMath.XYZ
toFirstPoint
CSMath.XYZ
toDirection
CSMath.XYZ

Returns