NX Open C++ Reference Guide
|
Represents a Features::Sew builder
To create a new instance of this class, use Features::FeatureCollection::CreateSewBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | Types { TypesSheet, TypesSolid } |
Specifies the sew type. More... | |
Public Member Functions | |
std::vector< NXOpen::NXObject * > | GetUnsewnBodies () |
The unsewn bodies. | |
bool | IsCommonFacesSearched () |
Returns the common faces. | |
bool | OutputMultipleSheets () |
Returns the output multiple sheets Created in NX5.0.0. | |
void | SetCommonFacesSearched (bool isCommonFacesSearched) |
Sets the common faces. | |
void | SetOutputMultipleSheets (bool outputMultipleSheets) |
Sets the output multiple sheets Created in NX5.0.0. | |
void | SetSewAllInstances (bool sewAllInstances) |
Sets the sew all instances Created in NX5.0.0. | |
void | SetTolerance (double tolerance) |
Sets the tolerance Created in NX5.0.0. | |
void | SetType (NXOpen::Features::SewBuilder::Types type) |
Sets the sew type Created in NX5.0.0. | |
bool | SewAllInstances () |
Returns the sew all instances Created in NX5.0.0. | |
NXOpen::SelectDisplayableObjectList * | TargetBodies () |
Returns the target sheet bodies Created in NX5.0.0. | |
NXOpen::SelectFaceList * | TargetFaces () |
Returns the target solid faces Created in NX5.0.0. | |
double | Tolerance () |
Returns the tolerance Created in NX5.0.0. | |
NXOpen::SelectDisplayableObjectList * | ToolBodies () |
Returns the tool sheet bodies Created in NX5.0.0. | |
NXOpen::SelectFaceList * | ToolFaces () |
Returns the tool solid faces Created in NX5.0.0. | |
NXOpen::Features::SewBuilder::Types | Type () |
Returns the sew type Created in NX5.0.0. |
Represents a Features::Sew builder
To create a new instance of this class, use Features::FeatureCollection::CreateSewBuilder
Created in NX5.0.0.
std::vector<NXOpen::NXObject *> NXOpen::Features::SewBuilder::GetUnsewnBodies | ( | ) |
The unsewn bodies.
Returns the common faces.
If true, the common faces are searched when the sew type is solid
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the output multiple sheets
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::SewBuilder::SetCommonFacesSearched | ( | bool | isCommonFacesSearched | ) |
Sets the common faces.
If true, the common faces are searched when the sew type is solid
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
isCommonFacesSearched | iscommonfacessearched |
void NXOpen::Features::SewBuilder::SetOutputMultipleSheets | ( | bool | outputMultipleSheets | ) |
Sets the output multiple sheets
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
outputMultipleSheets | outputmultiplesheets |
void NXOpen::Features::SewBuilder::SetSewAllInstances | ( | bool | sewAllInstances | ) |
Sets the sew all instances
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
sewAllInstances | sewallinstances |
void NXOpen::Features::SewBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the tolerance
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
tolerance | tolerance |
Sets the sew type
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | type |
Returns the sew all instances
Created in NX5.0.0.
License requirements : None
Returns the target sheet bodies
Created in NX5.0.0.
License requirements : None
Returns the target solid faces
Created in NX5.0.0.
License requirements : None
double NXOpen::Features::SewBuilder::Tolerance | ( | ) |
Returns the tolerance
Created in NX5.0.0.
License requirements : None
Returns the tool sheet bodies
Created in NX5.0.0.
License requirements : None
Returns the tool solid faces
Created in NX5.0.0.
License requirements : None
Returns the sew type
Created in NX5.0.0.
License requirements : None