CMeasureAngles:new
The new method constructs a new instance of a CMeasureAngles object. You must create the object before using any class methods or properties. Note that the object can also be created using new_measureangles.
C = CMeasureAngles:new()
C = CMeasureAngles:new( Params )
C = CMeasureAngles:new( CMeasureAngles_old ) |
This
is a copy constructor. It creates a new CMeasureAngles
object initialized to the members of theCMeasureAngles_old argument.
The following script creates a new CMeasureAngles object, uses it, then deletes it when no longer needed.
|
-- create a new CMeasureAngles |
-- do things with the angle description |
|
|
-- draw a marker |
-- do other things |
|
|
-- delete the object |
CMeasureAngles class, delete, AngleParams Table, new_measureangles
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2024 Mirametrics,
Inc. All Rights Reserved.