Scripting The Measurement Tool

Prerequisites

  • The following methods are exposed by the MeasurementTool object implemented by the module Thinkbox.Sequoia.Tools

  • Before calling these methods, you must ensure the module is imported.

import Thinkbox.Sequoia.Tools 1.0

Measurem Tool Methods

<List of Doubles> MeasurementTool.getStartPoint ();

  • Returns the start point position of the Measure gizmo.


<void> MeasurementTool.setStartPoint ( <double>x, <double>y, <double>z );

  • Sets the start point position of the Measure gizmo to the specified X, Y and Z values.


<List of Doubles> MeasurementTool.getEndPoint ();

  • Returns the end point position of the Measure gizmo.


<void> MeasurementTool.setEndPoint ( <double>x, <double>y, <double>z );

  • Sets the end point position of the Measure gizmo to the specified X, Y and Z values.