Signature
RetVal = object.TranslateCoordinates(OriginalPoint, From, To, Disp[, OCSNormal])
Object
MSITStore:D:\Program%20Files\AutoCAD%202005\help\acadauto.chm::/idh_utility_object.htm" target="_blank" >Utility The object or objects this method applies to.
OriginalPoint
Variant (three-element array of doubles); input-only The 3D WCS coordinates specifying the original coordinates to be translated. This parameter can be treated as a point or a displacement vector depending on the value of Disp.
From
AcCoordinateSystem enum; input-only The coordinate system from which the point originates.
acWorld
acUCS
acOCS
acDisplayDCS
acPaperSpaceDCS
To
AcCoordinateSystem enum; input-only The coordinate system to which the point will be converted.
acWorld
acUCS
acOCS
acDisplayDCS
acPaperSpaceDCS
Disp
Integer; input-only A displacement vector flag.
TRUE: OriginalPoint is treated as a displacement vector.
FALSE: OriginalPoint is treated as a point.
OCSNormal
Variant (three-element array of doubles); input-only;optional The normal for the OCS.
RetVal
Variant (three-element array of doubles) The translated 3D coordinate. |