Entity class

The Entity class contains constants relating to Entity types. More...

The T/HIS JavaScript API provides many class constants, properties and methods. For Arup to be able to extend and enhance the API in the future any constant, property or method names beginning with a lowercase or uppercase letter are reserved.
If you need to add your own properties or methods to one of the existing classes then to avoid any potential future conflict you should ensure that the name begins with either an underscore (_) or a dollar sign ($) or the name is prefixed with your own unique identifier.
For example if company 'ABC' need to add a property called 'example' then to avoid any potential future conflict use one of:

Entity constants

Name Description
Entity.AIRBAG AIRBAG entity code (for all airbag related entities)
Entity.AIRBAG_CHAMBER_DATA AIRBAG CHAMBER DATA entity code
Entity.AIRBAG_CPM_PART_DATA AIRBAG CPM PART DATA entity code
Entity.AIRBAG_CPM_SENSORS AIRBAG CPM SENSORS entity code
Entity.AIRBAG_CV_PART_DATA AIRBAG CV PART DATA entity code
Entity.AIRBAG_DATA AIRBAG DATA entity code
Entity.AIRBAG_PART_DATA AIRBAG PART DATA entity code
Entity.BEAM BEAM entity code
Entity.BEAM_DISCRETE DISCRETE BEAM entity code
Entity.BEAM_NORMAL NORMAL BEAM entity code
Entity.BEARING BEARING entity code
Entity.BOUNDARY BOUNDARY entity code
Entity.BOUNDARY_DIS_NODAL_LOAD DISCRETE NODAL LOAD entity code
Entity.BOUNDARY_DIS_RBODY_LOAD DISCRETE RIGID BODY LOAD entity code
Entity.BOUNDARY_PRES_NODAL_LOAD PRESSURE NODAL LOAD entity code
Entity.BOUNDARY_VEL_NODAL_LOAD VELOCITY NODAL LOAD entity code
Entity.BOUNDARY_VEL_RBODY_LOAD VELOCITY RIGID BODY LOAD entity code
Entity.CESE CESE entity code
Entity.CESE_DRAG_DATA CESE FSI DRAG DATA entity code
Entity.CESE_NODE_DATA CESE NODE DATA entity code
Entity.CESE_POINT_DATA CESE POINT DATA entity code
Entity.CESE_SEGMENT_DATA CESE SEGMENT SET DATA entity code
Entity.CONTACT CONTACT entity code
Entity.CONTACT_ENERGIES CONTACT ENERGIES entity code
Entity.CONTACT_FORCES CONTACT FORCES entity code
Entity.CURVOUT CURVOUT entity code
Entity.DEMRCF DEMRCF entity code
Entity.EM EM entity code
Entity.EM_BOUNDARYOUT_DATA EM BOUNDARYOUT DATA entity code
Entity.EM_CIRCUIT0D_DATA EM CIRCUIT0D DATA entity code
Entity.EM_CIRCUITRES_DATA EM CIRCUITRES DATA entity code
Entity.EM_CIRCUIT_DATA EM CIRCUIT DATA entity code
Entity.EM_GLOBAL_DATA EM GLOBAL DATA entity code
Entity.EM_ISOPOTCONNOUT_DATA EM ISOPOTCONNOUT DATA entity code
Entity.EM_ISOPOTOUT_DATA EM ISOPOTOUT DATA entity code
Entity.EM_NODE_DATA EM NODE DATA entity code
Entity.EM_PARTDATA_DATA EM PARTDATA DATA entity code
Entity.EM_POINT_DATA EM POINT DATA entity code
Entity.EM_RANDLESCELL_DATA EM RANDLESCELL DATA entity code
Entity.EM_RISC_DATA EM RANDLESINTSHORTCELL DATA entity code
Entity.EM_ROGOCOIL_DATA EM ROGOCOIL DATA entity code
Entity.FSI FSI entity code
Entity.FSI_SENSOR_DATA FSI SENSOR DATA entity code
Entity.FSI_SURFACE_DATA FSI SURFACE DATA entity code
Entity.GEOMETRIC_CONTACT GEOMETRIC CONTACT entity code
Entity.ICFD ICFD entity code
Entity.ICFD_DRAG_DATA ICFD DRAG DATA entity code
Entity.ICFD_ICVOUT_ICVI_DATA ICFD ICVOUT ICVI DATA entity code
Entity.ICFD_ICVOUT_ICV_DATA ICFD ICVOUT ICV DATA entity code
Entity.ICFD_NODE_DATA ICFD NODE DATA entity code
Entity.ICFD_POINT_DATA ICFD POINT DATA entity code
Entity.ICFD_THERMAL_DATA ICFD THERMAL DATA entity code
Entity.JOINT JOINT entity code
Entity.JOINT_FLEXION_TORSION FLEXION TORSION JOINT entity code
Entity.JOINT_GENERALIZED GENERALIZED JOINT entity code
Entity.JOINT_JOINT Conventional LS-DYNA JOINT entity code
Entity.JOINT_TRANSLATIONAL TRANSLATIONAL JOINT entity code
Entity.MASS MASS entity code
Entity.MODEL MODEL entity code
Entity.NODAL_RB NODAL RIGID BODY entity code
Entity.NODAL_RB_BODY BODY in NODAL RIGID BODY entity code
Entity.NODAL_RB_PART PART in NODAL RIGID BODY entity code
Entity.NODE NODE entity code
Entity.NODE_GROUP NODAL FORCE GROUP entity code
Entity.NODE_GROUP_GROUPS GROUPS in NODAL FORCE GROUP entity code
Entity.NODE_GROUP_NODES NODES in NODAL FORCE GROUP entity code
Entity.PART PART entity code
Entity.PART_GROUP PART GROUP entity code
Entity.PBLAST PBLAST entity code
Entity.PBLAST_DATA PBLAST DATA entity code
Entity.PBLAST_PART PBLAST PART entity code
Entity.PRETENSIONER PRETENSIONER entity code
Entity.PRTUBE PRTUBE entity code
Entity.PULLEY PULLEY entity code
Entity.RETRACTOR RETRACTOR entity code
Entity.RIGIDWALL RIGIDWALL entity code
Entity.SEATBELT SEATBELT entity code
Entity.SHELL SHELL entity code
Entity.SLIPRING SLIPRING entity code
Entity.SOLID SOLID entity code
Entity.SPC SPC entity code
Entity.SPC_FORCES SPC FORCES entity code
Entity.SPC_MODEL SPC MODEL entity code
Entity.SPC_MOMENTS SPC MOMENTS entity code
Entity.SPC_SET SPC SET entity code
Entity.SPH SPH entity code
Entity.SPRING SPRING entity code
Entity.SPRING_ROTATIONAL ROTATIONAL SPRING entity code
Entity.SPRING_TRANSLATIONAL TRANSLATIONAL SPRING entity code
Entity.SUBSYSTEM SUBSYSTEM entity code
Entity.THICK_SHELL THICK SHELL entity code
Entity.TRACER TRACER entity code
Entity.WELD WELD entity code
Entity.WELD_ASSEMBLY WELD ASSEMBLY entity code
Entity.WELD_CONSTRAINED CONSTRAINED WELD entity code
Entity.WELD_GENERALISED GENERALISED WELD entity code
Entity.WELD_NON_NODAL NON-NODAL WELD entity code
Entity.WELD_SOLID SOLID WELD entity code
Entity.WELD_SPOTWELD_BEAMS SPOTWELD BEAMS entity code
Entity.X_SECTION CROSS SECTION entity code

Detailed Description

The Entity class is used to define entity type codes that can then be compared with the entity Curve property and input for functions in the Model class.

Node = Entity.NODE;