NX Open C++ Reference Guide
|
Represents a Features::Tube builder
To create a new instance of this class, use Features::FeatureCollection::CreateTubeBuilder
Default values.
More...
Public Types | |
enum | Output { OutputMultipleSegments, OutputSingleSegment } |
This enum represents the topology output option. More... | |
Public Member Functions | |
NXOpen::GeometricUtilities::BooleanOperation * | BooleanOption () |
Returns the boolean option Created in NX5.0.0. | |
NXOpen::Expression * | InnerDiameter () |
Returns the inner diameter Created in NX5.0.0. | |
NXOpen::Expression * | OuterDiameter () |
Returns the outer diameter Created in NX5.0.0. | |
NXOpen::Features::TubeBuilder::Output | OutputOption () |
Returns the output topology option Created in NX5.0.0. | |
NXOpen::Section * | PathSection () |
Returns the path section Created in NX5.0.0. | |
void | SetOutputOption (NXOpen::Features::TubeBuilder::Output outputOption) |
Sets the output topology option Created in NX5.0.0. | |
void | SetTolerance (double tolerance) |
Sets the distance tolerance Created in NX5.0.0. | |
double | Tolerance () |
Returns the distance tolerance Created in NX5.0.0. |
Represents a Features::Tube builder
To create a new instance of this class, use Features::FeatureCollection::CreateTubeBuilder
Default values.
Property | Value |
---|---|
BooleanOption.Type |
Create |
InnerDiameter.Value |
0 (millimeters part), 0 (inches part) |
OuterDiameter.Value |
1 (millimeters part), 0.04 (inches part) |
OutputOption |
MultipleSegments |
Created in NX5.0.0.
Returns the boolean option
Created in NX5.0.0.
License requirements : None
Returns the inner diameter
Created in NX5.0.0.
License requirements : None
Returns the outer diameter
Created in NX5.0.0.
License requirements : None
Returns the output topology option
Created in NX5.0.0.
License requirements : None
Returns the path section
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::TubeBuilder::SetOutputOption | ( | NXOpen::Features::TubeBuilder::Output | outputOption | ) |
Sets the output topology option
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
outputOption | outputoption |
void NXOpen::Features::TubeBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the distance tolerance
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
tolerance | tolerance |
double NXOpen::Features::TubeBuilder::Tolerance | ( | ) |
Returns the distance tolerance
Created in NX5.0.0.
License requirements : None