Method | Description | |
---|---|---|
DimensionalModelData ( ) : System |
Create an empty model
|
|
DimensionalModelData ( string delimitedPlanes, DimensionalModelType type ) : System |
Create model serialized from a comma delimited string of an 11x11 plane
|
|
FitnessReport ( ) : IList |
Gets the errors for data fitness
|
|
GetNode ( short xAxis, short yAxis ) : IDimensionalModelNode |
Gets a node based on the X and Y axis
|
|
IsModelValid ( ) : bool |
Checks if the model is valid for the physics engine
|
|
RenderHelpBody ( ) : IEnumerable |
Renders the help text for this data object
|
|
ViewFlattenedModel ( bool forWeb = false ) : string |
View the flattened model based on view angle
|
Method | Description | |
---|---|---|
SerializeModelFromDelimitedList ( string delimitedPlanes ) : void |
Turn a comma delimited list of planes into the modelplane set
|
public DimensionalModelData ( string delimitedPlanes, DimensionalModelType type ) : System | ||
delimitedPlanes | string | |
type | DimensionalModelType | |
return | System |
public GetNode ( short xAxis, short yAxis ) : IDimensionalModelNode | ||
xAxis | short | the X-Axis of the node to get |
yAxis | short | the Y-Axis of the node to get |
return | IDimensionalModelNode |
public ViewFlattenedModel ( bool forWeb = false ) : string | ||
forWeb | bool | |
return | string |