NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.ViewLayoutManager Class Reference

Represents Interface to access CAE View Layout Manager object More...

Inheritance diagram for NXOpen.CAE.ViewLayoutManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

struct  ViewXY
 Represents x and y bounds of a particular view. More...
 

Public Types

enum  ArrangementType {
  Ly1, Ly2v, Ly2h, Ly4,
  Ly6v, Ly9, Ly3, Ly3h,
  Ly6h
}
 Indicates the arrangement type of a layout. More...
 

Public Member Functions

unsafe void GetViewXY (out NXOpen.CAE.ViewLayoutManager.ViewXY[] viewXY)
 Returns the x and y bounds of all the views in cae view layout More...
 
unsafe void ReturnToModel (int viewIndex)
 Return to model in the view corresponding to the view index More...
 
unsafe void SetArrangement (NXOpen.CAE.ViewLayoutManager.ArrangementType arrangementType)
 Sets the cae view layout arrangement type More...
 
unsafe void SetViewXY (int viewIndex, NXOpen.CAE.ViewLayoutManager.ViewXY viewXY)
 Sets the x and y bounds of a particular view in cae view layout More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.CAE.ViewLayoutManager.ArrangementType 
Arrangement [get]
 Returns the cae view layout arrangement type More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents Interface to access CAE View Layout Manager object

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

Created in NX12.0.0

Member Enumeration Documentation

Indicates the arrangement type of a layout.

Enumerator
Ly1 
Ly2v 
Ly2h 
Ly4 
Ly6v 
Ly9 
Ly3 
Ly3h 
Ly6h 

Member Function Documentation

unsafe void NXOpen.CAE.ViewLayoutManager.GetViewXY ( out NXOpen.CAE.ViewLayoutManager.ViewXY[]  viewXY)
inline

Returns the x and y bounds of all the views in cae view layout

Created in NX12.0.0

License requirements: None.

Parameters
viewXYview x and y
unsafe void NXOpen.CAE.ViewLayoutManager.ReturnToModel ( int  viewIndex)
inline

Return to model in the view corresponding to the view index

Created in NX1847.0.0

License requirements: None.

Parameters
viewIndexview index
unsafe void NXOpen.CAE.ViewLayoutManager.SetArrangement ( NXOpen.CAE.ViewLayoutManager.ArrangementType  arrangementType)
inline

Sets the cae view layout arrangement type

Created in NX12.0.0

License requirements: None.

Parameters
arrangementTypeArrangement of layout
unsafe void NXOpen.CAE.ViewLayoutManager.SetViewXY ( int  viewIndex,
NXOpen.CAE.ViewLayoutManager.ViewXY  viewXY 
)
inline

Sets the x and y bounds of a particular view in cae view layout

Created in NX12.0.0

License requirements: None.

Parameters
viewIndexview index
viewXYview x and y

Property Documentation

unsafe NXOpen.CAE.ViewLayoutManager.ArrangementType NXOpen.CAE.ViewLayoutManager.Arrangement
get

Returns the cae view layout arrangement type

Created in NX12.0.0

License requirements: None.

Tag NXOpen.CAE.ViewLayoutManager.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.