ViewLayoutManager Class¶
-
class
NXOpen.CAE.ViewLayoutManager¶ Bases:
objectRepresents Interface to access CAE View Layout Manager object
To obtain an instance of this class, refer to
NXOpen.BasePartNew in version NX12.0.0.
Properties¶
| Property | Description |
|---|---|
| Arrangement | Returns the cae view layout arrangement type |
Methods¶
| Method | Description |
|---|---|
| SetArrangement | Sets the cae view layout arrangement type |
Enumerations¶
| ViewLayoutManagerArrangementType Enumeration | Indicates the arrangement type of a layout. |
Property Detail¶
Arrangement¶
-
ViewLayoutManager.Arrangement¶ Returns the cae view layout arrangement type
-------------------------------------Getter Method
Signature
ArrangementReturns: Arrangement of layout Return type: NXOpen.CAE.ViewLayoutManagerArrangementTypeNew in version NX12.0.0.
License requirements: None.
Method Detail¶
SetArrangement¶
-
ViewLayoutManager.SetArrangement¶ Sets the cae view layout arrangement type
Signature
SetArrangement(arrangementType)Parameters: arrangementType ( NXOpen.CAE.ViewLayoutManagerArrangementType) – Arrangement of layoutNew in version NX12.0.0.
License requirements: None.