NX Open C++ Reference Guide
|
Represents a divide face builder
To create a new instance of this class, use Features::FeatureCollection::CreateDividefaceBuilder
Created in NX4.0.0.
More...
Public Member Functions | |
bool | BlankOption () |
Returns the curve blanking option Created in NX4.0.0. | |
NXOpen::ScCollector * | DividingObjects () |
Returns the Dividing Objects. | |
NXOpen::SelectDisplayableObjectList * | DividingObjectsList () |
Returns the Dividing Objects Created in NX6.0.0. | |
NXOpen::Section * | DividingObjectsSection () |
Returns the Dividing Objects section. | |
bool | ExtendOption () |
Returns the Extend resulting edges to boundary Created in NX4.0.0. | |
NXOpen::ScCollector * | FacesToDivide () |
Returns the Faces to Divide Created in NX4.0.0. | |
bool | ProjectCurvesThatLieOnFaceOption () |
Returns the Do not project curves that lie on face Created in NX4.0.0. | |
NXOpen::GeometricUtilities::ProjectionOptions * | ProjectionOption () |
Returns the Projection Options data Created in NX4.0.0. | |
void | SetBlankOption (bool blank) |
Sets the curve blanking option Created in NX4.0.0. | |
void | SetDividingObjects (NXOpen::ScCollector *dividingObjects) |
Sets the Dividing Objects. | |
void | SetDividingObjectsSection (NXOpen::Section *dividingObjectsSection) |
Sets the Dividing Objects section. | |
void | SetExtendOption (bool extend) |
Sets the Extend resulting edges to boundary Created in NX4.0.0. | |
void | SetFacesToDivide (NXOpen::ScCollector *facesToDivide) |
Sets the Faces to Divide Created in NX4.0.0. | |
void | SetProjectCurvesThatLieOnFaceOption (bool projectCurvesThatLieOnFace) |
Sets the Do not project curves that lie on face Created in NX4.0.0. | |
void | SetTolerance (double tolerance) |
Sets the tolerance Created in NX4.0.0. | |
double | Tolerance () |
Returns the tolerance Created in NX4.0.0. |
Represents a divide face builder
To create a new instance of this class, use Features::FeatureCollection::CreateDividefaceBuilder
Created in NX4.0.0.
Returns the curve blanking option
Created in NX4.0.0.
License requirements : None
Returns the Dividing Objects.
This is pre NX6 do not use it, instead use dividing_objects_list API.
Created in NX4.0.0.
License requirements : None
Returns the Dividing Objects
Created in NX6.0.0.
License requirements : None
Returns the Dividing Objects section.
This is pre NX6 do not use it, instead use dividing_objects_list API.
Created in NX4.0.0.
License requirements : None
Returns the Extend resulting edges to boundary
Created in NX4.0.0.
License requirements : None
Returns the Faces to Divide
Created in NX4.0.0.
License requirements : None
Returns the Do not project curves that lie on face
Created in NX4.0.0.
License requirements : None
NXOpen::GeometricUtilities::ProjectionOptions* NXOpen::Features::DividefaceBuilder::ProjectionOption | ( | ) |
Returns the Projection Options data
Created in NX4.0.0.
License requirements : None
void NXOpen::Features::DividefaceBuilder::SetBlankOption | ( | bool | blank | ) |
Sets the curve blanking option
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
blank | false: maintain curves; true: blank curves |
void NXOpen::Features::DividefaceBuilder::SetDividingObjects | ( | NXOpen::ScCollector * | dividingObjects | ) |
Sets the Dividing Objects.
This is pre NX6 do not use it, instead use dividing_objects_list API.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
dividingObjects | Smart collector for dividing objects |
void NXOpen::Features::DividefaceBuilder::SetDividingObjectsSection | ( | NXOpen::Section * | dividingObjectsSection | ) |
Sets the Dividing Objects section.
This is pre NX6 do not use it, instead use dividing_objects_list API.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
dividingObjectsSection | section for dividing objects |
void NXOpen::Features::DividefaceBuilder::SetExtendOption | ( | bool | extend | ) |
Sets the Extend resulting edges to boundary
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
extend | false: do not extend curves; true: extend curves |
void NXOpen::Features::DividefaceBuilder::SetFacesToDivide | ( | NXOpen::ScCollector * | facesToDivide | ) |
Sets the Faces to Divide
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
facesToDivide | Smart collector for faces to divide |
void NXOpen::Features::DividefaceBuilder::SetProjectCurvesThatLieOnFaceOption | ( | bool | projectCurvesThatLieOnFace | ) |
Sets the Do not project curves that lie on face
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
projectCurvesThatLieOnFace | false: project curves that lie on face option; true: Do not project curves that lie on face option |
void NXOpen::Features::DividefaceBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the tolerance
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
tolerance | Tolerance |
Returns the tolerance
Created in NX4.0.0.
License requirements : None