NX Open C++ Reference Guide
|
Allows you to query the mesh nodes that are off the underlying Cad geometry by a given toloerance, and if requested this builder can adjust the node locations to put them back on to the underlying Cad geometry. More...
Public Types | |
enum | ListingOption { ListingOptionNone = -1, ListingOptionSummaryOnly, ListingOptionAll } |
Listing Options. More... | |
enum | Operation { OperationShow, OperationAdjust } |
Operations. More... | |
Public Member Functions | |
bool | IncludeMidnodes () |
Returns a value indicating whether to include element midnodes in the operation. | |
NXOpen::CAE::ProjectNodesToCadGeometryBuilder::ListingOption | ListingOptionState () |
Returns the listing option Created in NX6.0.4. | |
NXOpen::CAE::ProjectNodesToCadGeometryBuilder::Operation | OperationState () |
Returns the operation to be performed. | |
double | ProximityTolerance () |
Returns the proximity tolerance used to determine if nodes on close enough to be considered on the CAD geometry Created in NX6.0.4. | |
NXOpen::CAE::SelectMeshList * | SelectionList () |
Returns the selected meshes Created in NX6.0.4. | |
void | SetIncludeMidnodes (bool bIncludeMidnodes) |
Sets a value indicating whether to include element midnodes in the operation. | |
void | SetListingOptionState (NXOpen::CAE::ProjectNodesToCadGeometryBuilder::ListingOption option) |
Sets the listing option Created in NX6.0.4. | |
void | SetOperationState (NXOpen::CAE::ProjectNodesToCadGeometryBuilder::Operation operation) |
Sets the operation to be performed. | |
void | SetProximityTolerance (double dProximityTolerance) |
Sets the proximity tolerance used to determine if nodes on close enough to be considered on the CAD geometry Created in NX6.0.4. |
Allows you to query the mesh nodes that are off the underlying Cad geometry by a given toloerance, and if requested this builder can adjust the node locations to put them back on to the underlying Cad geometry.
To create a new instance of this class, use CAE::MeshManager::CreateProjectNodesToCadGeometryBuilder
Created in NX6.0.4.
Listing Options.
Operations.
OperationShow |
Display information on nodes that are off the CAD geometry by more than the input tolerance. |
OperationAdjust |
Adjust nodes that are off the geometry by more than the input tolerance by projecting them on to the CAD geometry. |
Returns a value indicating whether to include element midnodes in the operation.
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::ProjectNodesToCadGeometryBuilder::ListingOption NXOpen::CAE::ProjectNodesToCadGeometryBuilder::ListingOptionState | ( | ) |
Returns the listing option
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::ProjectNodesToCadGeometryBuilder::Operation NXOpen::CAE::ProjectNodesToCadGeometryBuilder::OperationState | ( | ) |
Returns the operation to be performed.
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling")
Returns the proximity tolerance used to determine if nodes on close enough to be considered on the CAD geometry
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling")
Returns the selected meshes
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling")
void NXOpen::CAE::ProjectNodesToCadGeometryBuilder::SetIncludeMidnodes | ( | bool | bIncludeMidnodes | ) |
Sets a value indicating whether to include element midnodes in the operation.
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling")
bIncludeMidnodes | bincludemidnodes |
void NXOpen::CAE::ProjectNodesToCadGeometryBuilder::SetListingOptionState | ( | NXOpen::CAE::ProjectNodesToCadGeometryBuilder::ListingOption | option | ) |
Sets the listing option
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling")
option | option |
void NXOpen::CAE::ProjectNodesToCadGeometryBuilder::SetOperationState | ( | NXOpen::CAE::ProjectNodesToCadGeometryBuilder::Operation | operation | ) |
Sets the operation to be performed.
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling")
operation | operation |
void NXOpen::CAE::ProjectNodesToCadGeometryBuilder::SetProximityTolerance | ( | double | dProximityTolerance | ) |
Sets the proximity tolerance used to determine if nodes on close enough to be considered on the CAD geometry
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling")
dProximityTolerance | dproximitytolerance |