ViewLayoutManager Class

class NXOpen.CAE.ViewLayoutManager

Bases: object

Represents Interface to access CAE View Layout Manager object

To obtain an instance of this class, refer to NXOpen.BasePart

New 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 Arrangement

Returns:Arrangement of layout
Return type:NXOpen.CAE.ViewLayoutManagerArrangementType

New 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 layout

New in version NX12.0.0.

License requirements: None.