ParameterObject Class
The commands in the ParameterObject class are described below.
.
More...
Inherited by ConvertToCircularPatternFeature, ConvertToEdgeFillet, ConvertToLinearPatternFeature, ConvertToMirrorPatternFeature, ConvertToPartCircularPatternFeature, ConvertToPartLinearPatternFeature, ConvertToPartMirrorPatternFeature, ConvertToRegionFillet, DeleteDuplicateNode, DivideElementByDivision, DivideElementByPattern, MakeBeamElement, MergeMesh, MirrorMeshCopy, MoveNodeByCoordinate, MoveNodeByParallel, MoveNodeByRadial, MoveNodeBySkew, MoveNodeByTheta, MoveNodeToNode, MovePart, ParallelMeshCopy, ParallelMeshExtrude, RadialMeshExtrude, RotateMeshCopy, RotatePart, ScaleElement, ShiftElement, SplitMesh, and ThetaMeshExtrude.
ParameterObject Class
The commands in the ParameterObject class are described below.
.
The ParameterObject class includes the commands for the following operation.
- Parameter setting related to parts
- Specifies parameters for the mesh part
| Variant ParameterObject::GetProperty |
( |
String & |
name | ) |
|
|
virtual |
Returns value of property.
- Parameters
-
- Returns
- Value of properties
| void ParameterObject::SetProperty |
( |
String & |
name, |
|
|
Variant & |
value |
|
) |
| |
|
virtual |
Specifies a value of property.
- Parameters
-
| name | Property name |
| value | Value of properties |
| void ParameterObject::SetPropertyByReference |
( |
String & |
name, |
|
|
ReferenceObject * |
value |
|
) |
| |
|
virtual |
Specifies the values for the properties of parts (or meshe parts) using ReferenceObject.
- Parameters
-