ModelCentering class is used to specify model centering.
The class can be called from Model class.
.
More...
Public Member Functions | |
| int | AxisEdgeId () |
| Returns the axis edge ID. More... | |
| int | CenteringType () |
| Returns the origin type. More... | |
| bool | IsReverseAxisEdge () |
| Returns whether or not to reverse the axis edge. More... | |
| bool | IsReverseReferenceEdge () |
| Returns whether or not to reverse the reference edge. More... | |
| int | ReferenceEdgeId () |
| Returns the reference edge ID. More... | |
| int | RotationType () |
| Returns the rotation type. More... | |
| void | SetAxisEdgeId (int id) |
| Specifies the axis edge ID. More... | |
| void | SetCenteringType (int type) |
| Specifies the origin. More... | |
| void | SetIsReverseAxisEdge (bool reverse) |
| Specifies whether or not to reverse the axis edge. More... | |
| void | SetIsReverseReferenceEdge (bool reverse) |
| Specifies whether or not to reverse the reference edge. More... | |
| void | SetReferenceEdgeId (int id) |
| Specifies the reference edge ID. More... | |
| void | SetRotationType (int type) |
| Specifies the rotation type. More... | |
| void | SetVertexId (int id) |
| Specifies the vertex ID. More... | |
| int | VertexId () |
| Returns the vertex ID. More... | |
ModelCentering class is used to specify model centering.
The class can be called from Model class.
.
Example of calling the class object:
| int ModelCentering::AxisEdgeId | ( | ) |
Returns the axis edge ID.
| int ModelCentering::CenteringType | ( | ) |
Returns the origin type.
| bool ModelCentering::IsReverseAxisEdge | ( | ) |
Returns whether or not to reverse the axis edge.
| bool ModelCentering::IsReverseReferenceEdge | ( | ) |
Returns whether or not to reverse the reference edge.
| int ModelCentering::ReferenceEdgeId | ( | ) |
Returns the reference edge ID.
| int ModelCentering::RotationType | ( | ) |
Returns the rotation type.
| void ModelCentering::SetAxisEdgeId | ( | int | id | ) |
Specifies the axis edge ID.
| id | Axis edge ID |
| void ModelCentering::SetCenteringType | ( | int | type | ) |
Specifies the origin.
| type | Origin type |
| void ModelCentering::SetIsReverseAxisEdge | ( | bool | reverse | ) |
Specifies whether or not to reverse the axis edge.
| reverse | Whether or not to reverse the axis edge |
| void ModelCentering::SetIsReverseReferenceEdge | ( | bool | reverse | ) |
Specifies whether or not to reverse the reference edge.
| reverse | Whether or not to reverse the reference edge |
| void ModelCentering::SetReferenceEdgeId | ( | int | id | ) |
Specifies the reference edge ID.
| id | Reference edge ID |
| void ModelCentering::SetRotationType | ( | int | type | ) |
Specifies the rotation type.
| type | Rotation type |
| void ModelCentering::SetVertexId | ( | int | id | ) |
Specifies the vertex ID.
| id | Vertex ID |
| int ModelCentering::VertexId | ( | ) |
Returns the vertex ID.