NX Open C++ Reference Guide
|
Represents a Variational Sweep feature builder. More...
Public Member Functions | |
double | AngularTolerance () |
Returns the angle tolerance [degrees] Created in NX4.0.0. | |
NXOpen::GeometricUtilities::BooleanOperation * | BooleanOperation () |
Returns the boolean option Created in NX4.0.0. | |
double | DistanceTolerance () |
Returns the distance tolerance Created in NX4.0.0. | |
NXOpen::GeometricUtilities::FeatureOptions * | FeatureOptions () |
Returns the solid versus sheet body type option Created in NX4.0.0. | |
NXOpen::GeometricUtilities::Limits * | Limits () |
Returns the variational sweep limits. | |
NXOpen::ObjectList * | List () |
Returns the secondary section list Created in NX5.0.0. | |
bool | MergeFacesOption () |
Returns the merge faces option Created in NX4.0.0. | |
NXOpen::GeometricUtilities::SecondarySectionData * | NewListItem () |
Create new list item. | |
NXOpen::Section * | Section () |
Returns the master section. | |
void | SetAngularTolerance (double angleTolerance) |
Sets the angle tolerance [degrees] Created in NX4.0.0. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance Created in NX4.0.0. | |
void | SetList (NXOpen::ObjectList *list) |
Sets the secondary section list Created in NX5.0.0. | |
void | SetMergeFacesOption (bool mergeFacesOption) |
Sets the merge faces option Created in NX4.0.0. | |
void | SetSection (NXOpen::Section *section) |
Sets the master section. | |
void | SetSketchChildFeatureOption (bool childFeatureOption) |
Sets the child feature option Precondition : Variational Sweep is the next feature after the sketch i.e there is no feature between sketch and the Varsweep getting created. | |
bool | SketchChildFeatureOption () |
Returns the child feature option Precondition : Variational Sweep is the next feature after the sketch i.e there is no feature between sketch and the Varsweep getting created. | |
NXOpen::Features::Feature * | SketchOnPathFeature () |
Returns the sketch on path. |
Represents a Variational Sweep feature builder.
It creates or edits VarSweep feature.
To create a new instance of this class, use Features::FeatureCollection::CreateVarsweepBuilder
Created in NX4.0.0.
Returns the angle tolerance [degrees]
Created in NX4.0.0.
License requirements : None
NXOpen::GeometricUtilities::BooleanOperation* NXOpen::Features::VarsweepBuilder::BooleanOperation | ( | ) |
Returns the boolean option
Created in NX4.0.0.
License requirements : None
Returns the distance tolerance
Created in NX4.0.0.
License requirements : None
Returns the solid versus sheet body type option
Created in NX4.0.0.
License requirements : None
Returns the variational sweep limits.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the secondary section list
Created in NX5.0.0.
License requirements : None
Returns the merge faces option
Created in NX4.0.0.
License requirements : None
NXOpen::GeometricUtilities::SecondarySectionData* NXOpen::Features::VarsweepBuilder::NewListItem | ( | ) |
Create new list item.
Returns the master section.
Variational sweep accepts sections created ONLY on in the context of a Sketch on Path. Make sure this section is coming from sketch curves created using the sketch on path feature. Return code : 0 : no error, VARSWEEP_SKETCH_NOT_ON_PATH : on an error condition
Created in NX4.0.0.
License requirements : None
void NXOpen::Features::VarsweepBuilder::SetAngularTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance [degrees]
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
angleTolerance | angle tolerance |
void NXOpen::Features::VarsweepBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
distanceTolerance | distance tolerance |
void NXOpen::Features::VarsweepBuilder::SetList | ( | NXOpen::ObjectList * | list | ) |
Sets the secondary section list
Created in NX5.0.0.
License requirements : None
list | list |
void NXOpen::Features::VarsweepBuilder::SetMergeFacesOption | ( | bool | mergeFacesOption | ) |
Sets the merge faces option
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
mergeFacesOption | merge faces option |
void NXOpen::Features::VarsweepBuilder::SetSection | ( | NXOpen::Section * | section | ) |
Sets the master section.
Variational sweep accepts sections created ONLY on in the context of a Sketch on Path. Make sure this section is coming from sketch curves created using the sketch on path feature. Return code : 0 : no error, VARSWEEP_SKETCH_NOT_ON_PATH : on an error condition
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
section | master section |
void NXOpen::Features::VarsweepBuilder::SetSketchChildFeatureOption | ( | bool | childFeatureOption | ) |
Sets the child feature option Precondition : Variational Sweep is the next feature after the sketch i.e there is no feature between sketch and the Varsweep getting created.
This is deprecated. Please use Features::FeatureBuilder::ParentFeatureInternal instead.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
childFeatureOption | child feature option |
Returns the child feature option Precondition : Variational Sweep is the next feature after the sketch i.e there is no feature between sketch and the Varsweep getting created.
This is deprecated. Please use Features::FeatureBuilder::ParentFeatureInternal instead.
Created in NX4.0.0.
License requirements : None
Returns the sketch on path.
Created in NX4.0.0.
License requirements : None