NX Open C++ Reference Guide
|
Represents the synchronize options to be used when a FEM part is created These options will be used to synchronize the specified entities from the master CAD part file to the FEM part file. More...
Public Member Functions | |
void | SetAllSynchronizeFlags (bool synchronizeOption) |
Sets all the synchronize options to the given boolean value Created in NX4.0.0. | |
void | SetSynchronizeArcsFlag (bool synchronizeOption) |
Sets the synchronize arcs flag Created in NX4.0.0. | |
void | SetSynchronizeConicsFlag (bool synchronizeOption) |
Sets the synchronize conics flag Created in NX7.5.0. | |
void | SetSynchronizeCoordinateSystemFlag (bool synchronizeOption) |
Sets the synchronize coordinate system flag Created in NX4.0.0. | |
void | SetSynchronizeLinesFlag (bool synchronizeOption) |
Sets the synchronize lines flag Created in NX4.0.0. | |
void | SetSynchronizePointsFlag (bool synchronizeOption) |
Sets the synchronize points flag Created in NX4.0.0. | |
void | SetSynchronizeSketchCurvesFlag (bool synchronizeOption) |
Sets the synchronize sketch curves flag Created in NX4.0.0. | |
void | SetSynchronizeSplinesFlag (bool synchronizeOption) |
Sets the synchronize splines flag Created in NX4.0.0. | |
bool | SynchronizeArcsFlag () |
Returns the synchronize arcs flag Created in NX4.0.0. | |
bool | SynchronizeConicsFlag () |
Returns the synchronize conics flag Created in NX7.5.0. | |
bool | SynchronizeCoordinateSystemFlag () |
Returns the synchronize coordinate system flag Created in NX4.0.0. | |
bool | SynchronizeLinesFlag () |
Returns the synchronize lines flag Created in NX4.0.0. | |
bool | SynchronizePointsFlag () |
Returns the synchronize points flag Created in NX4.0.0. | |
bool | SynchronizeSketchCurvesFlag () |
Returns the synchronize sketch curves flag Created in NX4.0.0. | |
bool | SynchronizeSplinesFlag () |
Returns the synchronize splines flag Created in NX4.0.0. | |
virtual | ~FemSynchronizeOptions () |
Destroys the object Created in NX4.0.0. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents the synchronize options to be used when a FEM part is created These options will be used to synchronize the specified entities from the master CAD part file to the FEM part file.
To create a new instance of this class, use CAE::FemPart::NewFemSynchronizeOptions
Created in NX4.0.0.
|
virtual |
Destroys the object
Created in NX4.0.0.
License requirements : None
void NXOpen::CAE::FemSynchronizeOptions::SetAllSynchronizeFlags | ( | bool | synchronizeOption | ) |
Sets all the synchronize options to the given boolean value
Created in NX4.0.0.
License requirements : None
synchronizeOption | synchronize option |
void NXOpen::CAE::FemSynchronizeOptions::SetSynchronizeArcsFlag | ( | bool | synchronizeOption | ) |
Sets the synchronize arcs flag
Created in NX4.0.0.
License requirements : None
synchronizeOption | synchronize option |
void NXOpen::CAE::FemSynchronizeOptions::SetSynchronizeConicsFlag | ( | bool | synchronizeOption | ) |
Sets the synchronize conics flag
Created in NX7.5.0.
License requirements : None
synchronizeOption | synchronize option |
void NXOpen::CAE::FemSynchronizeOptions::SetSynchronizeCoordinateSystemFlag | ( | bool | synchronizeOption | ) |
Sets the synchronize coordinate system flag
Created in NX4.0.0.
License requirements : None
synchronizeOption | synchronize option |
void NXOpen::CAE::FemSynchronizeOptions::SetSynchronizeLinesFlag | ( | bool | synchronizeOption | ) |
Sets the synchronize lines flag
Created in NX4.0.0.
License requirements : None
synchronizeOption | synchronize option |
void NXOpen::CAE::FemSynchronizeOptions::SetSynchronizePointsFlag | ( | bool | synchronizeOption | ) |
Sets the synchronize points flag
Created in NX4.0.0.
License requirements : None
synchronizeOption | synchronize option |
void NXOpen::CAE::FemSynchronizeOptions::SetSynchronizeSketchCurvesFlag | ( | bool | synchronizeOption | ) |
Sets the synchronize sketch curves flag
Created in NX4.0.0.
License requirements : None
synchronizeOption | synchronize option |
void NXOpen::CAE::FemSynchronizeOptions::SetSynchronizeSplinesFlag | ( | bool | synchronizeOption | ) |
Sets the synchronize splines flag
Created in NX4.0.0.
License requirements : None
synchronizeOption | synchronize option |
bool NXOpen::CAE::FemSynchronizeOptions::SynchronizeArcsFlag | ( | ) |
Returns the synchronize arcs flag
Created in NX4.0.0.
License requirements : None
bool NXOpen::CAE::FemSynchronizeOptions::SynchronizeConicsFlag | ( | ) |
Returns the synchronize conics flag
Created in NX7.5.0.
License requirements : None
bool NXOpen::CAE::FemSynchronizeOptions::SynchronizeCoordinateSystemFlag | ( | ) |
Returns the synchronize coordinate system flag
Created in NX4.0.0.
License requirements : None
bool NXOpen::CAE::FemSynchronizeOptions::SynchronizeLinesFlag | ( | ) |
Returns the synchronize lines flag
Created in NX4.0.0.
License requirements : None
bool NXOpen::CAE::FemSynchronizeOptions::SynchronizePointsFlag | ( | ) |
Returns the synchronize points flag
Created in NX4.0.0.
License requirements : None
bool NXOpen::CAE::FemSynchronizeOptions::SynchronizeSketchCurvesFlag | ( | ) |
Returns the synchronize sketch curves flag
Created in NX4.0.0.
License requirements : None
bool NXOpen::CAE::FemSynchronizeOptions::SynchronizeSplinesFlag | ( | ) |
Returns the synchronize splines flag
Created in NX4.0.0.
License requirements : None