NX Open C++ Reference Guide
Public Member Functions
NXOpen::Features::OptimizeFaceBuilder Class Reference

Represents a builder of optimize face
To create a new instance of this class, use Features::FeatureCollection::CreateOptimizeFaceBuilder
Default values. More...

Inheritance diagram for NXOpen::Features::OptimizeFaceBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

bool CleanBody ()
 Returns the clean body flag.
double DistanceTolerance ()
 Returns the distance tolerance
Created in NX7.0.0.
NXOpen::ScCollectorFacesToOptimize ()
 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.

Detailed Description

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.


Member Function Documentation

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

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")

Parameters:
cleanBodycleanbody

Sets the distance tolerance
Created in NX7.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
distanceTolerancedistancetolerance

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")

Parameters:
reportreport

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.