Model
Class Model()
Model(name='the_model', label='Model')
Defines the model class.
Keyword Arguments
Argument | Data Type | Description | Default |
---|---|---|---|
name | String | The variable name. | the_model |
label | String | The descriptive label. | Model |
SolverMode | Enum | The solvermode. One of MotionSolve ADAMS ABAQUS. | MotionSolve |
Instances
Instance | Type | Description |
---|---|---|
units | Units | Units used in the model. |
gravity | Gravity | Gravity components used for this model. |
simPara | Double | Simulation parameters for this model. |
Notes
1. The Model entity does not have a parent.
2. Model entity cannot be instantiated.