NX Open C++ Reference Guide
|
Represents a builder Assemblies::UpdateStructureBuilder . More...
Public Member Functions | |
bool | IsUpdateAllLevels () |
Returns the all level toggled on for updating the assembly structure. | |
int | NumberOfLevels () |
Returns the particular selected level for updating the structure. | |
void | SetNumberOfLevels (int numberOfLevels) |
Sets the particular selected level for updating the structure. | |
void | SetUpdateAllLevels (bool isUpdateAllLevels) |
Sets the all level toggled on for updating the assembly structure. | |
NXOpen::SelectDisplayableObjectList * | StructureToUpdate () |
Returns the component selection of the Assembly structure to Update. |
Represents a builder Assemblies::UpdateStructureBuilder .
To create a new instance of this class, use Assemblies::AssemblyManager::CreateUpdateStructureBuilder
Default values.
Property | Value |
---|---|
IsUpdateAllLevels |
1 |
NumberOfLevels |
1 |
Created in NX6.0.0.
Returns the all level toggled on for updating the assembly structure.
Created in NX6.0.0.
License requirements : None
Returns the particular selected level for updating the structure.
Created in NX6.0.0.
License requirements : None
void NXOpen::Assemblies::UpdateStructureBuilder::SetNumberOfLevels | ( | int | numberOfLevels | ) |
Sets the particular selected level for updating the structure.
Created in NX6.0.0.
License requirements : assemblies ("ASSEMBLIES MODULE")
numberOfLevels | numberoflevels |
void NXOpen::Assemblies::UpdateStructureBuilder::SetUpdateAllLevels | ( | bool | isUpdateAllLevels | ) |
Sets the all level toggled on for updating the assembly structure.
Created in NX6.0.0.
License requirements : assemblies ("ASSEMBLIES MODULE")
isUpdateAllLevels | isupdatealllevels |