NX Open C++ Reference Guide
|
Represents a Features::ChangeShellThickness builder
To create a new instance of this class, use Features::FeatureCollection::CreateChangeShellThicknessBuilder
Default values.
More...
Public Member Functions | |
void | AddEntities (const std::vector< NXOpen::NXObject * > &entities) |
Adds entities which have same wall thickness value as the selected face Created in NX6.0.0. | |
NXOpen::Features::FaceRecognitionBuilder * | FacesToChangeThickness () |
Returns the faces to be selected to change thickness Created in NX7.0.0. | |
bool | NeighborsEnabled () |
Returns the flag to select neighbor faces that have the same wall thickness value as the face selected. | |
void | RemoveEntities (const std::vector< NXOpen::NXObject * > &entities) |
Removes entities Created in NX6.0.0. | |
void | SetNeighborsEnabled (bool selectNeighbors) |
Sets the flag to select neighbor faces that have the same wall thickness value as the face selected. | |
NXOpen::Expression * | WallThickness () |
Returns the wall thickness Created in NX6.0.0. |
Represents a Features::ChangeShellThickness builder
To create a new instance of this class, use Features::FeatureCollection::CreateChangeShellThicknessBuilder
Default values.
Property | Value |
---|---|
FacesToChangeThickness.CoaxialEnabled |
0 |
FacesToChangeThickness.CoplanarAxesEnabled |
0 |
FacesToChangeThickness.CoplanarEnabled |
0 |
FacesToChangeThickness.EqualDiameterEnabled |
0 |
FacesToChangeThickness.OffsetEnabled |
0 |
FacesToChangeThickness.ParallelEnabled |
0 |
FacesToChangeThickness.PerpendicularEnabled |
0 |
FacesToChangeThickness.SymmetricEnabled |
0 |
FacesToChangeThickness.TangentEnabled |
0 |
FacesToChangeThickness.ThicknessChainEnabled |
0 |
FacesToChangeThickness.UseFaceBrowse |
1 |
NeighborsEnabled |
True |
WallThickness.Value |
5.0 (millimeters part), 0.5 (inches part) |
Created in NX6.0.0.
void NXOpen::Features::ChangeShellThicknessBuilder::AddEntities | ( | const std::vector< NXOpen::NXObject * > & | entities | ) |
Adds entities which have same wall thickness value as the selected face
Created in NX6.0.0.
License requirements : None
entities | Objects to add |
NXOpen::Features::FaceRecognitionBuilder* NXOpen::Features::ChangeShellThicknessBuilder::FacesToChangeThickness | ( | ) |
Returns the faces to be selected to change thickness
Created in NX7.0.0.
License requirements : None
Returns the flag to select neighbor faces that have the same wall thickness value as the face selected.
If true, neighbor faces with same wall thickness value as the face selected will be included automatically.
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::ChangeShellThicknessBuilder::RemoveEntities | ( | const std::vector< NXOpen::NXObject * > & | entities | ) |
Removes entities
Created in NX6.0.0.
License requirements : None
entities | Objects to remove |
void NXOpen::Features::ChangeShellThicknessBuilder::SetNeighborsEnabled | ( | bool | selectNeighbors | ) |
Sets the flag to select neighbor faces that have the same wall thickness value as the face selected.
If true, neighbor faces with same wall thickness value as the face selected will be included automatically.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
selectNeighbors | selectneighbors |
Returns the wall thickness
Created in NX6.0.0.
License requirements : None