Public Member Functions | List of all members
ParallelMeshExtrude Class Reference

ParallelMeshExtrude Class
The commands in the ParallelMeshExtrude class are described below.
. More...

Inherits ParameterObject.

Public Member Functions

bool 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. More...
 
bool GetDeleteSourceElement ()
 Returns True if the element used for extrusion is set to be deleted. More...
 
int GetDivisions ()
 Returns number of divisions. More...
 
double GetHeight ()
 Returns height. More...
 
bool GetMergeToOriginalMeshBlock ()
 Returns True if the created elements are added to the original mesh block. More...
 
virtual Variant GetProperty (String &name)
 Returns value of property. More...
 
double GetRatio ()
 Returns division ratio. More...
 
bool GetReverse ()
 Returns True when the direction is reversed. More...
 
bool GetReverseRatio ()
 Returns True when the direction of the division ratio applied is reverse. More...
 
double GetTolerance ()
 Returns tolerance. More...
 
Variant GetType ()
 Returns type. More...
 
void 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. More...
 
void SetDeleteSourceElement (bool value)
 Specifies whether or not to delete the element used for extrusion. More...
 
void SetDivisions (int value)
 Specifies number of divisions. More...
 
void SetHeight (double value)
 Specifies height. More...
 
void SetMergeToOriginalMeshBlock (bool value)
 Specifies whether or not to add the created elements to the original mesh block. 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 SetRatio (double ratio)
 Specifies division ratio. More...
 
void SetReverse (bool value)
 Specifies whether or not to reverse direction. More...
 
void SetReverseRatio (bool value)
 Specifies whether or not to reverse direction of the division ratio applied. More...
 
void SetTolerance (double value)
 Specifies tolerance. More...
 
void SetType (Variant value)
 Specifies type. More...
 
void SetVector (double x, double y, double z)
 Specifies the height of extrusion for each direction (vector is specified as type). More...
 

Detailed Description

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

The ParallelMeshExtrude class includes the commands for the following operation.

For more information about the properties for this class, see here .

Member Function Documentation

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
nameProperty name
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
valueDivisions
void ParallelMeshExtrude::SetHeight ( double  value)

Specifies height.

Parameters
valueHeight
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
nameProperty name
valueValue of properties
void ParameterObject::SetPropertyByReference ( String &  name,
ReferenceObject value 
)
virtualinherited

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

Parameters
nameProperty name
valueReferenceObject object (Target)
void ParallelMeshExtrude::SetRatio ( double  ratio)

Specifies division ratio.

Parameters
ratioDivision ratio
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
valueTolerance
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
xHeight of X-axis direction
yHeight of Y-axis direction
zHeight of Z-axis direction