TransformLwPolyline(CadEntityId, IReadOnlyList, Boolean, IReadOnlyList, Boolean) Method

Definition

Assembly ProCad.Editing.dll
public static CadOperation TransformLwPolyline(CadEntityId entityId, IReadOnlyList<XYZ> fromVertices, bool fromClosed, IReadOnlyList<XYZ> toVertices, bool toClosed)

Parameters

entityId
CadEntityId
fromVertices
IReadOnlyList<XYZ>
fromClosed
Boolean
toVertices
IReadOnlyList<XYZ>
toClosed
Boolean

Returns