NX Open C++ Reference Guide
|
Represents a extrude feature builder. More...
Public Member Functions | |
void | AllowSelfIntersectingSection (bool allowSelfIntersectingSection) |
SET option for supporting self-intersecting section. | |
double | AngularTolerance () |
Returns the angle tolerance. | |
NXOpen::GeometricUtilities::BooleanOperation * | BooleanOperation () |
Returns the extrude boolean operation. | |
double | ChainingTolerance () |
Returns the chaining tolerance. | |
NXOpen::Direction * | Direction () |
Returns the extrude direction. | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
NXOpen::GeometricUtilities::MultiDraft * | Draft () |
Returns the extrude draft operation. | |
NXOpen::GeometricUtilities::FeatureOptions * | FeatureOptions () |
Returns the feature options. | |
NXOpen::GeometricUtilities::Limits * | Limits () |
Returns the extrude limits. | |
NXOpen::GeometricUtilities::FeatureOffset * | Offset () |
Returns the extrude Offset operation. | |
double | PlanarTolerance () |
Returns the planar tolerance. | |
NXOpen::Section * | Section () |
Returns the section. | |
void | SetAngularTolerance (double angleTolerance) |
Sets the angle tolerance. | |
void | SetChainingTolerance (double chainingTolerance) |
Sets the chaining tolerance. | |
void | SetDirection (NXOpen::Direction *direction) |
Sets the extrude direction. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance. | |
void | SetPlanarTolerance (double planarTolerance) |
Sets the planar tolerance. | |
void | SetSection (NXOpen::Section *section) |
Sets the section. | |
void | SetToleranceValues (double distanceTolerance, double chainingTolerance, double planarTolerance, double angularTolerance) |
SET all the tolerances at once. |
Represents a extrude feature builder.
It creates or edits extrude feature.
This class provides methods to get the various extrude sub components.
Following are default values and options.
Section User must set it
Direction Sections default direction
Limit Type
Start Limit Distance 0.0/0.0 [in/mm]
End Limit Distance 1.0/25.0 [in/mm]
Draft Type GeometricUtilities::SimpleDraft::SimpleDraftTypeNoDraft
Boolean Sign Features::Feature::BooleanTypeCreate
Boolean Target NULL
Allow Self-intersecting Section false
To create a new instance of this class, use Features::FeatureCollection::CreateExtrudeBuilder
Created in NX4.0.0.
void NXOpen::Features::ExtrudeBuilder::AllowSelfIntersectingSection | ( | bool | allowSelfIntersectingSection | ) |
SET option for supporting self-intersecting section.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
allowSelfIntersectingSection | If true, allow self-intersecting section. |
Returns the angle tolerance.
Created in NX4.0.0.
License requirements : None
NXOpen::GeometricUtilities::BooleanOperation* NXOpen::Features::ExtrudeBuilder::BooleanOperation | ( | ) |
Returns the extrude boolean operation.
Created in NX4.0.0.
License requirements : None
Returns the chaining tolerance.
Created in NX4.0.0.
License requirements : None
Returns the extrude direction.
Created in NX4.0.0.
License requirements : None
Returns the distance tolerance.
Created in NX4.0.0.
License requirements : None
Returns the extrude draft operation.
Created in NX4.0.0.
License requirements : None
Returns the feature options.
Created in NX4.0.0.
License requirements : None
Returns the extrude limits.
Created in NX4.0.0.
License requirements : None
Returns the extrude Offset operation.
Created in NX4.0.0.
License requirements : None
Returns the planar tolerance.
Created in NX4.0.0.
License requirements : None
Returns the section.
Created in NX4.0.0.
License requirements : None
void NXOpen::Features::ExtrudeBuilder::SetAngularTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
angleTolerance | angle tolerance |
void NXOpen::Features::ExtrudeBuilder::SetChainingTolerance | ( | double | chainingTolerance | ) |
Sets the chaining tolerance.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
chainingTolerance | chaining tolerance |
void NXOpen::Features::ExtrudeBuilder::SetDirection | ( | NXOpen::Direction * | direction | ) |
Sets the extrude direction.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
direction | Extrude direction This parameter may not be NULL. |
void NXOpen::Features::ExtrudeBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
distanceTolerance | distance tolerance |
void NXOpen::Features::ExtrudeBuilder::SetPlanarTolerance | ( | double | planarTolerance | ) |
Sets the planar tolerance.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
planarTolerance | planar tolerance |
void NXOpen::Features::ExtrudeBuilder::SetSection | ( | NXOpen::Section * | section | ) |
Sets the section.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
section | Section to be extruded This parameter may not be NULL. |
void NXOpen::Features::ExtrudeBuilder::SetToleranceValues | ( | double | distanceTolerance, |
double | chainingTolerance, | ||
double | planarTolerance, | ||
double | angularTolerance | ||
) |
SET all the tolerances at once.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
distanceTolerance | distance tolerance |
chainingTolerance | chaining tolerance |
planarTolerance | planar tolerance |
angularTolerance | angular tolerance |