TransformRay(CadEntityId, XYZ, XYZ, XYZ, XYZ) Method

Definition

Assembly ProCad.Editing.dll
public static CadOperation TransformRay(CadEntityId entityId, XYZ fromStartPoint, XYZ fromDirection, XYZ toStartPoint, XYZ toDirection)

Parameters

entityId
CadEntityId
fromStartPoint
CSMath.XYZ
fromDirection
CSMath.XYZ
toStartPoint
CSMath.XYZ
toDirection
CSMath.XYZ

Returns