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

View operations to be performed on a Diagramming.Sheet . More...

Inheritance diagram for NXOpen.Diagramming.ViewOperations:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void Fit (NXOpen.Diagramming.Sheet sheet)
 Fits the sheet More...
 
unsafe void FitToElements (NXOpen.Diagramming.Sheet sheet, NXOpen.Diagramming.SheetElement[] elements)
 Fits the sheet to the currently selected objects More...
 
unsafe void Scale (NXOpen.Diagramming.Sheet sheet, double scale)
 Zooms the sheet to a given scale More...
 
unsafe void SetViewport (NXOpen.Diagramming.Sheet sheet, double x, double y, double width, double height)
 Pans the sheet to the given location 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

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

View operations to be performed on a Diagramming.Sheet .

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

Created in NX1847.0.0

Member Function Documentation

unsafe void NXOpen.Diagramming.ViewOperations.Fit ( NXOpen.Diagramming.Sheet  sheet)
inline

Fits the sheet

Created in NX1847.0.0

License requirements: None.

Parameters
sheet
unsafe void NXOpen.Diagramming.ViewOperations.FitToElements ( NXOpen.Diagramming.Sheet  sheet,
NXOpen.Diagramming.SheetElement[]  elements 
)
inline

Fits the sheet to the currently selected objects

Created in NX1847.0.0

License requirements: None.

Parameters
sheet
elementsThe elements to be fit to
unsafe void NXOpen.Diagramming.ViewOperations.Scale ( NXOpen.Diagramming.Sheet  sheet,
double  scale 
)
inline

Zooms the sheet to a given scale

Created in NX1847.0.0

License requirements: None.

Parameters
sheet
scale
unsafe void NXOpen.Diagramming.ViewOperations.SetViewport ( NXOpen.Diagramming.Sheet  sheet,
double  x,
double  y,
double  width,
double  height 
)
inline

Pans the sheet to the given location

Created in NX1847.0.0

License requirements: None.

Parameters
sheet
x
y
width
height

Property Documentation

Tag NXOpen.Diagramming.ViewOperations.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.