RotateGroupConditionCreator class is used to create a group condition. The pattern condition is specified in the rotational direction.
The class can be called from Application class.
.
More...
RotateGroupConditionCreator class is used to create a group condition. The pattern condition is specified in the rotational direction.
The class can be called from Application class.
.
Example of calling the class object:
app.CreateRotateConditionCreator(app.GetModel(0).GetStudy(0))
See ParallelGroupConditionCreator when creating the pattern condition in parallel direction.
| void RotateGroupConditionCreator::AddMasterCondition |
( |
Condition * |
cond | ) |
|
Adds condition based on the group condition.
- Parameters
-
| bool RotateGroupConditionCreator::IsValid |
( |
| ) |
|
| void RotateGroupConditionCreator::SetAngle |
( |
double |
value | ) |
|
Specifies the angle.
- Parameters
-
| void RotateGroupConditionCreator::SetAxisXYZ |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Specifies the axis direction.
- Parameters
-
| x | Direction X |
| y | Direction Y |
| z | Direction Z |
| void RotateGroupConditionCreator::SetOriginXYZ |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Specifies the center of the axis.
- Parameters
-
| x | X-coordinate of point |
| y | Y-coordinate of point |
| z | Z-coordinate of point |
| void RotateGroupConditionCreator::SetTitle |
( |
String & |
value | ) |
|
Specifies the title for the group condition that is created.
- Parameters
-
| value | Group condition title |
| void RotateGroupConditionCreator::SetTolerance |
( |
double |
value | ) |
|
Specifies the tolerance value to identify geometries when creating the pattern condition.
- Parameters
-