Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
ProCad.Editing.Operations
CadOperationPayloadCodec
Methods
TransformPoint(CadEntityId, XYZ, XYZ)
Menu
On this page
TransformPoint(CadEntityId, XYZ, XYZ) Method
Definition
Namespace
ProCad.Editing.Operations
Assembly
ProCad.Editing.dll
View source
public static CadOperation TransformPoint(CadEntityId entityId, XYZ fromLocation, XYZ toLocation)
Parameters
entityId
CadEntityId
fromLocation
CSMath.XYZ
toLocation
CSMath.XYZ
Returns
CadOperation