annotation measure
Create, delete, and edit measures.
Syntax
annotation measure create <type><label>
annotation measure curve <name>=<value>
annotation measure delete all
annotation measure delete <label>
annotation measure delete <range>
annotation measure global <name>=<value>
annotation measure <label> argument <name>=<value>
annotation measure <range> argument <name>=<value>
annotation measure rename <label> <new label>
Arguments
- create
 - Create a measure.
- <type>
 - The type of measure to create. Options include:
- staticminmax
 - dynamicminmax
 - minimumdistance
 - distancebetween
 - incrementaldistance
 - relativedisplacement
 - trueangle
 - relativeangle
 - anglebetween
 - position
 - nodalcontour
 - elementalcontour
 - nodepath
 - circularradius
 - yawpitchroll
 
 - <label>
 - The measure name.
 
 - curve
 - Create curves based on measures.
 - delete
 - Delete a measure.
 - global
 - Define measure display options.
 - <label> add
 - Apply parameters to the measure. <label> is the
                            measure name. Options include:
- type - <type>
 - tracking - <true/false>
 - resolved system - <system>
 - add - <entitytype> <entity id>
 - edit <item id> <entitytype> <entitytype>
 - remove - <item id> <item id range>
 - display – Display the following attributes:
- font=<font>
 - fontsize=<fontsize>
 - id=<true/false>
 - name=<true/false>
 - visibility=<true/false>
 - system=<true/false>
 - min=<true/false>
 - max=<true/false>
 - value=<true/false>
 - distance=<true/false>
 - nodepath=<true/false>
 - magnitude=<true/false>
 - Rectangular Systems
- x=<true/false>
 - y=<true/false>
 - z=<true/false>
 
 - Spherical Systems
- r=<true/false>
 - p=<true/false>
 - t=<true/false>
 
 - Cylindrical Systems
- r=<true/false>
 - t=<true/false>
 - z=<true/false>
 
 - trueangle=<true/false>
 - xprojection=<true/false>
 - yprojection=<true/false>
 - zprojection=<true/false>
 - radius=<true/false>
 - ctrx=<true/false>
 - ctry=<true/false>
 - ctrz=<true/false>
 
 
 - <range>
 - Apply parameters to the measure in <range>.
                            Options include:
- type - <type>
 - tracking - <true/false>
 - resolved system - <system>
 - display – Display the following attributes:
- font=<font>
 - fontsize=<fontsize>
 - id=<true/false>
 - name=<true/false>
 - visibility=<true/false>
 - system=<true/false>
 - min=<true/false>
 - max=<true/false>
 - value=<true/false>
 - distance=<true/false>
 - nodepath=<true/false>
 - magnitude=<true/false>
 - Rectangular Systems
- x=<true/false>
 - y=<true/false>
 - z=<true/false>
 
 - Spherical Systems
- r=<true/false>
 - p=<true/false>
 - t=<true/false>
 
 - Cylindrical Systems
- r=<true/false>
 - t=<true/false>
 - z=<true/false>
 
 - trueangle=<true/false>
 - xprojection=<true/false>
 - yprojection=<true/false>
 - zprojection=<true/false>
 - radius=<true/false>
 - ctrx=<true/false>
 - ctry=<true/false>
 - ctrz=<true/false>
 
 
 - rename
 - Rename a measure.
- <label>
 - Select the name of the measure you want to rename.
 - <new label>
 - Enter the new name for the measure.
 
 
Examples
annotation measure create Measure Group 3 staticminmaxannotation measure global Measure Group 3 transparency trueannotation measure rename Measure1 Measure2annotation measure curve measure=4 singlecurve=true xaxis=Distance yaxis=Xannotation measure curve measure=4 livelink=true yaxis=Y