MirrorMeshCopy Class
The commands in the MirrorMeshCopy class are described below.
.
More...
Inherits ParameterObject.
Public Member Functions | |
| bool | GetDeleteSourceElement () |
| Returns True if the element used for copy is set to be deleted. More... | |
| Variant | GetPlaneType () |
| Returns mirror type. More... | |
| virtual Variant | GetProperty (String &name) |
| Returns value of property. More... | |
| void | SetCenter (double x, double y, double z) |
| Specifies a point on mirror plane (vector is specified as mirror type). More... | |
| void | SetDeleteSourceElement (bool value) |
| Specifies whether or not to delete the element used for copy. More... | |
| void | SetPlaneType (Variant value) |
| Specifies mirror type. 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... | |
| void | SetVector (double x, double y, double z) |
| Specifies a point on mirror plane (vector is specified as mirror type). More... | |
MirrorMeshCopy Class
The commands in the MirrorMeshCopy class are described below.
.
The MirrorMeshCopy class includes the commands for the following operation.
For more information about the properties for this class, see here .
| bool MirrorMeshCopy::GetDeleteSourceElement | ( | ) |
Returns True if the element used for copy is set to be deleted.
| Variant MirrorMeshCopy::GetPlaneType | ( | ) |
Returns mirror type.
|
virtualinherited |
Returns value of property.
| name | Property name |
| void MirrorMeshCopy::SetCenter | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
| void MirrorMeshCopy::SetDeleteSourceElement | ( | bool | value | ) |
Specifies whether or not to delete the element used for copy.
| value | True=on : Delete element
False=off : Do not delete element
|
| void MirrorMeshCopy::SetPlaneType | ( | Variant | value | ) |
Specifies mirror type.
| value | 0 : XY plane
1 : YZ plane
2 : ZX plane
3 : Specifies vector
|
|
virtualinherited |
Specifies a value of property.
| name | Property name |
| value | Value of properties |
|
virtualinherited |
Specifies the values for the properties of parts (or meshe parts) using ReferenceObject.
| name | Property name |
| value | ReferenceObject object (Target) |
| void MirrorMeshCopy::SetVector | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Specifies a point on mirror plane (vector is specified as mirror type).
| x | Normal direction X-coordinate |
| y | Normal direction Y-coordinate |
| z | Normal direction Z-coordinate |