ParallelMeshExtrude Class
The commands in the ParallelMeshExtrude class are described below.
.
More...
Inherits ParameterObject.
ParallelMeshExtrude Class
The commands in the ParallelMeshExtrude class are described below.
.
The ParallelMeshExtrude class includes the commands for the following operation.
- Parameter settings for extruding mesh to parallel direction
For more information about the properties for this class, see here .
| bool ParallelMeshExtrude::GetDeleteDuplicateNodes |
( |
| ) |
|
Returns True if the element generated by dragging and the selected node of the drag source are set to delete duplicate nodes with the specified tolerance.
- Returns
- Whether or not the duplicate nodes is deleteed
| bool ParallelMeshExtrude::GetDeleteSourceElement |
( |
| ) |
|
Returns True if the element used for extrusion is set to be deleted.
- Returns
- Whether or not the element is deleted
| int ParallelMeshExtrude::GetDivisions |
( |
| ) |
|
Returns number of divisions.
- Returns
- Whether or not the element is deleted
| double ParallelMeshExtrude::GetHeight |
( |
| ) |
|
Returns height.
- Returns
- Height
| bool ParallelMeshExtrude::GetMergeToOriginalMeshBlock |
( |
| ) |
|
Returns True if the created elements are added to the original mesh block.
- Returns
- Whether or not the element is added
| Variant ParameterObject::GetProperty |
( |
String & |
name | ) |
|
|
virtualinherited |
Returns value of property.
- Parameters
-
- Returns
- Value of properties
| double ParallelMeshExtrude::GetRatio |
( |
| ) |
|
Returns division ratio.
- Returns
- Division ratio
| bool ParallelMeshExtrude::GetReverse |
( |
| ) |
|
Returns True when the direction is reversed.
- Returns
- Whether or not a direction is reverse
| bool ParallelMeshExtrude::GetReverseRatio |
( |
| ) |
|
Returns True when the direction of the division ratio applied is reverse.
- Returns
- Whether or not a direction is reverse
| double ParallelMeshExtrude::GetTolerance |
( |
| ) |
|
Returns tolerance.
- Returns
- Tolerance
| Variant ParallelMeshExtrude::GetType |
( |
| ) |
|
Returns type.
- Returns
0 : Specifies direction as perpendicular to face
1 : Specifies vector
| void ParallelMeshExtrude::SetDeleteDuplicateNodes |
( |
bool |
value | ) |
|
Specifies whether or not to delete duplicate nodes with the specified tolerance for the elements generated by dragging and the nodes to be selected from the drag source.
- Parameters
-
| value | True=on : Delete duplicate nodes
False=off : Do not delete duplicate nodes
|
| void ParallelMeshExtrude::SetDeleteSourceElement |
( |
bool |
value | ) |
|
Specifies whether or not to delete the element used for extrusion.
- Parameters
-
| value | True=on : Delete element
False=off : Do not delete element
|
| void ParallelMeshExtrude::SetDivisions |
( |
int |
value | ) |
|
Specifies number of divisions.
- Parameters
-
| void ParallelMeshExtrude::SetHeight |
( |
double |
value | ) |
|
Specifies height.
- Parameters
-
| void ParallelMeshExtrude::SetMergeToOriginalMeshBlock |
( |
bool |
value | ) |
|
Specifies whether or not to add the created elements to the original mesh block.
- Parameters
-
| value | True=on : Add element
False=off : Do not add element
|
| void ParameterObject::SetProperty |
( |
String & |
name, |
|
|
Variant & |
value |
|
) |
| |
|
virtualinherited |
Specifies a value of property.
- Parameters
-
| name | Property name |
| value | Value of properties |
| void ParameterObject::SetPropertyByReference |
( |
String & |
name, |
|
|
ReferenceObject * |
value |
|
) |
| |
|
virtualinherited |
Specifies the values for the properties of parts (or meshe parts) using ReferenceObject.
- Parameters
-
| void ParallelMeshExtrude::SetRatio |
( |
double |
ratio | ) |
|
Specifies division ratio.
- Parameters
-
| void ParallelMeshExtrude::SetReverse |
( |
bool |
value | ) |
|
Specifies whether or not to reverse direction.
- Parameters
-
| value | True=on : Reverse
False=off : Do not reverse
|
| void ParallelMeshExtrude::SetReverseRatio |
( |
bool |
value | ) |
|
Specifies whether or not to reverse direction of the division ratio applied.
- Parameters
-
| value | True=on : Reverse
False=off : Do not reverse
|
| void ParallelMeshExtrude::SetTolerance |
( |
double |
value | ) |
|
Specifies tolerance.
- Parameters
-
| void ParallelMeshExtrude::SetType |
( |
Variant |
value | ) |
|
Specifies type.
- Parameters
-
| value | 0 : Specifies direction as perpendicular to face
1 : Specifies vector
|
| void ParallelMeshExtrude::SetVector |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Specifies the height of extrusion for each direction (vector is specified as type).
- Parameters
-
| x | Height of X-axis direction |
| y | Height of Y-axis direction |
| z | Height of Z-axis direction |