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