NX Open C++ Reference Guide
|
Represents a builder of optimize face
To create a new instance of this class, use Features::FeatureCollection::CreateOptimizeFaceBuilder
Default values.
More...
Public Member Functions | |
bool | CleanBody () |
Returns the clean body flag. | |
double | DistanceTolerance () |
Returns the distance tolerance Created in NX7.0.0. | |
NXOpen::ScCollector * | FacesToOptimize () |
Returns the faces to optimize Created in NX7.0.0. | |
bool | Report () |
Returns the report flag. | |
void | SetCleanBody (bool cleanBody) |
Sets the clean body flag. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance Created in NX7.0.0. | |
void | SetReport (bool report) |
Sets the report flag. |
Represents a builder of optimize face
To create a new instance of this class, use Features::FeatureCollection::CreateOptimizeFaceBuilder
Default values.
Property | Value |
---|---|
CleanBody |
1 |
Report |
1 |
Created in NX7.0.0.
Returns the clean body flag.
If true, cleans body before optimization, else doesn't.
Created in NX7.0.0.
License requirements : None
Returns the distance tolerance
Created in NX7.0.0.
License requirements : None
Returns the faces to optimize
Created in NX7.0.0.
License requirements : None
Returns the report flag.
If true, generates a report of changed faces and edges before and after the face optimization. If false, no report is generated.
Created in NX7.0.0.
License requirements : None
void NXOpen::Features::OptimizeFaceBuilder::SetCleanBody | ( | bool | cleanBody | ) |
Sets the clean body flag.
If true, cleans body before optimization, else doesn't.
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
cleanBody | cleanbody |
void NXOpen::Features::OptimizeFaceBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
distanceTolerance | distancetolerance |
void NXOpen::Features::OptimizeFaceBuilder::SetReport | ( | bool | report | ) |
Sets the report flag.
If true, generates a report of changed faces and edges before and after the face optimization. If false, no report is generated.
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
report | report |