Public Member Functions | List of all members
ParameterObject Class Referenceabstract

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.

Public Member Functions

virtual Variant GetProperty (String &name)
 Returns value of property. More...
 
virtual void SetProperty (String &name, Variant &value)
 Specifies a value of property. More...
 
virtual void SetPropertyByReference (String &name, ReferenceObject *value)
 Specifies the values for the properties of parts (or meshe parts) using ReferenceObject. More...
 

Detailed Description

ParameterObject Class
The commands in the ParameterObject class are described below.
.

The ParameterObject class includes the commands for the following operation.

Member Function Documentation

Variant ParameterObject::GetProperty ( String &  name)
virtual

Returns value of property.

Parameters
nameProperty name
Returns
Value of properties
void ParameterObject::SetProperty ( String &  name,
Variant &  value 
)
virtual

Specifies a value of property.

Parameters
nameProperty name
valueValue of properties
void ParameterObject::SetPropertyByReference ( String &  name,
ReferenceObject value 
)
virtual

Specifies the values for the properties of parts (or meshe parts) using ReferenceObject.

Parameters
nameProperty name
valueReferenceObject object (Target)