NX Open C++ Reference Guide
|
Represents the definition of a layout. More...
Public Types | |
enum | ArrangementType { ArrangementTypeL1, ArrangementTypeL2, ArrangementTypeL3, ArrangementTypeL4, ArrangementTypeL6, ArrangementTypeL9, ArrangementTypeNonStandard } |
Indicates the arrangement type of a layout. More... | |
Public Member Functions | |
NXOpen::LayoutDefinition::ArrangementType | Arrangement () |
Returns the arrangement type of the layout definition. | |
void | GetView (int row, int column, NXOpen::View **view) |
Returns the View at specified position in layout. | |
void | SetView (int row, int column, NXOpen::ModelingView *view) |
Sets the ModelingView at specified position in layout. | |
virtual | ~LayoutDefinition () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents the definition of a layout.
This includes the arrangement and location of the views in the arrangement.
Created in NX3.0.0.
Indicates the arrangement type of a layout.
Created in NX3.0.0.
|
virtual |
Free resources associated with the instance.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX3.0.0.
License requirements : None
NXOpen::LayoutDefinition::ArrangementType NXOpen::LayoutDefinition::Arrangement | ( | ) |
Returns the arrangement type of the layout definition.
Created in NX3.0.0.
License requirements : None
void NXOpen::LayoutDefinition::GetView | ( | int | row, |
int | column, | ||
NXOpen::View ** | view | ||
) |
Returns the View at specified position in layout.
The system throws an exception when a user enters an invalid position.
Created in NX3.0.0.
License requirements : None
row | Row of view |
column | Column of view |
view | view |
void NXOpen::LayoutDefinition::SetView | ( | int | row, |
int | column, | ||
NXOpen::ModelingView * | view | ||
) |
Sets the ModelingView at specified position in layout.
The system throws an exception when a user enters an invalid position
Created in NX3.0.0.
License requirements : None
row | Row of view |
column | Column of view |
view | view |