NXOpen .NET Reference  12.0.0
List of all members
NXOpen.Drawings.DrawingView Class Reference

Drawing View - an empty view created without any geometric objects. More...

Inheritance diagram for NXOpen.Drawings.DrawingView:
NXOpen.Drawings.DraftingView NXOpen.View NXOpen.IFitTo NXOpen.NXObject NXOpen.INXObject NXOpen.INXObject

Additional Inherited Members

- Public Types inherited from NXOpen.View
enum  Canned {
  Top, Front, Right, Back,
  Bottom, Left, Isometric, Trimetric
}
 Describes a simplified indexing scheme for accessing canned views with interfaces that use this enum as a parameter. More...
 
enum  ScaleFactor { HalfScale, DoubleScale, ReduceScale, IncreaseScale }
 Describes the relative scales to which a view can be set More...
 
enum  ScaleAdjustment { Fit, Current, Saved }
 Describes simple, predefined adjustments that may be applied to a view's scale while another operation is performed, in conjunction, on the view. More...
 
enum  RenderingStyleType {
  ShadedWithEdges, ShadedWithBodyColorEdges, Shaded, WireframeWithDimEdges,
  WireframeWithHiddenEdges, WireframeWithDashedEdges, Studio, FaceAnalysis,
  PartiallyShaded, StaticWireframe
}
 Describes the rendering style for geometry displayed in the view. More...
 
enum  ShowOrHideType { ShowOnly, HideOnly, BothShowAndHide, InvertShownAndHidden }
 Specifies whether a show or hide operation, or both, has just been done More...
 
- Public Member Functions inherited from NXOpen.Drawings.DraftingView
unsafe void Update ()
 Updates the drawing member view on a drawing. More...
 
unsafe NXOpen.Point3d GetDrawingReferencePoint ()
 Returns the view origin(location). More...
 
unsafe void SetDrawingReferencePoint (NXOpen.Point3d drawingReferencePoint)
 Sets the view origin at the provided location. More...
 
unsafe void MoveView (NXOpen.Point3d drawingReferencePoint)
 Sets the view origin at the provided location. More...
 
unsafe void HideComponents (NXOpen.NXObject[] components)
 Hides the specified components in the view. More...
 
unsafe void ShowComponents (NXOpen.NXObject[] components)
 Shows the specified components in the view. More...
 
unsafe void ActivateForSketching ()
 Sets this drafting view as the active sketch view. More...
 
unsafe void Commit ()
 Commits and applies all the settings like NXOpen.Drawings.ViewStyle to the View. More...
 
unsafe void GetToolMarkers (out NXOpen.Drawings.FlatPatternObject[] markers)
 Returns an array of pointers to objects representing the tool markers in the view. More...
 
unsafe void RestoreViewBorder ()
 Restores the view border from the dashed line to the normal line for cut operation More...
 
unsafe void CheckForInvalidParentModelView ()
 Checks the view's validity by looking at the parent model view More...
 
unsafe NXOpen.Drawings.DraftingView GetBrokenViewMaster ()
 Return the master view of a slave or a decoration view. More...
 
unsafe NXOpen.Drawings.DraftingView GetBrokenViewDecoration ()
 Return the decoration view of a slave or a master view. More...
 
unsafe void GetBrokenViewInternalViews (out NXOpen.Drawings.DraftingView[] views)
 Returns an array of views representing the internal views of broken view. More...
 
unsafe void HideViewBorder ()
 Hide the view border of the view. More...
 
unsafe void ShowViewBorder ()
 Show the view border of the view. More...
 
unsafe void SetDeleteSectionLine (bool deleteSectionLine)
 Set the section line delete option, If false section line will not be deleted with section view More...
 
unsafe void UpdateAutomaticViewBound ()
 Recalculates and updates the view boundary of a drawing member view More...
 
- Properties inherited from NXOpen.Drawings.DraftingView
NXOpen.Drawings.ViewStyle Style [get]
 Returns object to View Style More...
 
NXOpen.Drawings.ViewBreakCollection ViewBreaks [get]
 Returns the ViewBreakCollection instance belonging to this view More...
 
NXOpen.Drawings.DraftingBodyCollection DraftingBodies [get]
 Returns the DraftingBodyCollection More...
 
unsafe bool IsActiveForSketching [get]
 Returns true if this view is the active sketch view. More...
 
unsafe bool IsBroken [get]
 Returns the status on whether this NXOpen.Drawings.DraftingView is broken. More...
 
unsafe bool IsDecoration [get]
 Returns the status on whether this NXOpen.Drawings.DraftingView is decoration. More...
 
unsafe bool IsOutOfDate [get]
 Returns the status on whether this NXOpen.Drawings.DraftingView is out of date. More...
 
unsafe bool IsSlave [get]
 Returns the status on whether this NXOpen.Drawings.DraftingView is slave. More...
 

Detailed Description

Drawing View - an empty view created without any geometric objects.

A drawing view can be used to create sketches in, or create view-dependent geometry while in the expanded mode.

To create or edit an instance of this class, use NXOpen.Drawings.DrawingViewBuilder

Created in NX6.0.0


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