================================ LengthMeasure (hwx.inspire.core) ================================ Measures the length between two points. Length measure creates displacement velocity and acceleration requests expressed in global. Optionally a system can be defined on the point to point measure. If defined the system will be used as RM marker. ---------- Attributes ---------- +--------------------+--------------------+--------------------+ | active_: Bool | length_: Double | name_: Attribute | +--------------------+--------------------+--------------------+ | system_: Attribute | visible_: Bool | | +--------------------+--------------------+--------------------+ ---------- Properties ---------- +------------+------------+------------+ | entity1_ | entity2_ | location1_ | +------------+------------+------------+ | location2_ | | +------------+-------------------------+ ----------------- Attribute Details ----------------- .. _active: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ active : :ref:`Bool ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns or sets the object activeness. Setting this on or off sets all children. Setting to True sets all the parents active too. .. _length: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ length : :ref:`Double ` (units="length") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Distance between the two connecting points. .. _name: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ name : :ref:`Attribute ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns or sets the name of the object. It can be any text string, including spaces, although it's best to avoid using the following characters: " ' * ? and $. While these characters are allowed, they could create difficulties when you export the model to other applications. .. _system: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ system : :ref:`Attribute ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The System associated with the length measure. .. _visible: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ visible : :ref:`Bool ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Determines whether the object is visible in the modeling window. Setting this on or off sets all children. Setting to True sets all the parents visible too. ---------------- Property Details ---------------- .. _entity1: .. method:: entity1 The first Part or Feature the measure is attached to. .. _entity2: .. method:: entity2 The second Part or Feature the measure is attached to. .. _location1: .. method:: location1 Location of the measure on entity1. .. _location2: .. method:: location2 Location of the measure on entity2.