mbplanes

Unless otherwise specified, data names are accessible in level 3 only.

activesuppressed
Returns non-zero if the entity is set inactive, 0 otherwise.
Type: integer
attributesmax
The number of attributes owned by this entity.
Type: unsigned integer
AXglobal
The global x-coordinate of the mbplane origin.
Type: double
AXlocal
The x-coordinate of the mbplane origin in the owning multibody's coordinate system.
Type: double
AYglobal
The global y-coordinate of the mbplane origin.
Type: double
AYlocal
The y-coordinate of the mbplane origin in the owning multibody's coordinate system.
Type: double
AZglobal
The global z-coordinate of the mbplane origin.
Type: double
AZlocal
The z-coordinate of the mbplane origin in the owning multibody's coordinate system.
Type: double
BXglobal
The global x-coordinate of the mbplane x-axis.
Type: double
BXlocal
The x-coordinate of the mbplane x-axis in the owning multibody's coordinate system.
Type: double
BYglobal
The global y-coordinate of the mbplane x-axis.
Type: double
BYlocal
The y-coordinate of the mbplane x-axis in the owning multibody's coordinate system.
Type: double
BZglobal
The global z-coordinate of the mbplane x-axis.
Type: double
BZlocal
The z-coordinate of the mbplane x-axis in the owning multibody's coordinate system.
Type: double
color
The 1-64 color of the entity.
Type: integer
color_rgb
The RGB color of the entity.
Type: string
CXglobal
The global x-coordinate of the mbplane y-axis.
Type: double
CXlocal
The x-coordinate of the mbplane y-axis in the owning multibody's coordinate system.
Type: double
CYglobal
The global y-coordinate of the mbplane y-axis.
Type: double
CYlocal
The y-coordinate of the mbplane y-axis in the owning multibody's coordinate system.
Type: double
CZglobal
The global z-coordinate of the mbplane y-axis.
Type: double
CZlocal
The z-coordinate of the mbplane y-axis in the owning multibody's coordinate system.
Type: double
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
id
The ID of the entity.
Type: unsigned integer
include
The ID of the include file the entity is organized in.
Type: entity
includeid
The ID of the include file the entity is organized in.
Type: unsigned integer
internalid
The ID of the entity.
Type: unsigned integer
moduleid
The module ID of the entity.
Type: integer
multibody
A pointer to the owning multibody.
Type: pointer
multibodyid
The ID of the owning multibody.
Type: integer
name
The name of the entity.
Type: string
origin
The global origin coordinates. Valid for hm_getvalue query only.
Type: triple double
outputsuppressed
Returns non-zero if the entity is set "do not export", 0 otherwise.
Type: integer
poolid
The pool number of the entity.
Type: integer
poolname
The pool name of the entity.
Type: string
solver_id
The solver ID of the entity.
Type: integer
solverkeyword
The name of the solver keyword.
Type: string
type
The solver dependent type code for the entity.
Type: integer
xaxis
The global x-axis coordinates. Valid for hm_getvalue query only.
Type: triple double
yaxis
The global y-axis coordinates. Valid for hm_getvalue query only.
Type: triple double

Version History

2020 - Added new data name color_rgb.

2020.1 - Added new data name solverkeyword.

2021.1 - Added new data names moduleid, poolid, poolname, and solver_id.

2021.2 - Added new data names internalname and solvername.