The D3PLOT 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:
| Name |
Description |
| Constant.X |
Index in a vector/coordinate array containing the X component |
| Constant.XX |
Index in a tensor array containing the XX component |
| Constant.XY |
Index in a tensor array containing the XY component |
| Constant.Y |
Index in a vector/coordinate array containing the Y component |
| Constant.YY |
Index in a tensor array containing the YY component |
| Constant.YZ |
Index in a tensor array containing the YZ component |
| Constant.Z |
Index in a vector/coordinate array containing the Z component |
| Constant.ZX |
Index in a tensor array containing the ZX component |
| Constant.ZZ |
Index in a tensor array containing the ZZ component |
| Name |
Description |
| Constant.CUT_SECTION |
Number of non-parallel cut plane directions |
| Constant.FAMILY |
Number of families |
| Constant.INCLUDE |
Number of includes |
| Constant.MODEL |
Number of models |
| Constant.NEIPH |
Number of "Extra" Solid variables |
| Constant.NEIPS |
Number of "Extra" Shell variables |
| Constant.NEIPT |
Number of "Extra" Thick Shell variables |
| Constant.NIP_B |
Number of Beam integration points |
| Constant.NIP_H |
Number of Solid integration points |
| Constant.NIP_S |
Number of Shell integration points |
| Constant.NIP_T |
Number of Thick Shell integration points |
| Constant.N_ON_PLAN |
Number of on-plan integration points written |
| Constant.N_UBMS |
Number of user-defined beam scalar components |
| Constant.N_UBMV |
Number of user-defined beam vector components |
| Constant.N_UNOS |
Number of user-defined node scalar components |
| Constant.N_UNOV |
Number of user-defined node vector components |
| Constant.N_USSS |
Number of user-defined solid/shell scalar components |
| Constant.N_USST |
Number of user-defined solid/shell tensor components |
| Constant.STATE |
Number of states |
| Constant.USER |
Number of user-defined components |