NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
List of all members
NXOpen.Drawings.ProjectedView Class Reference

Represents a Projected View. More...

Inheritance diagram for NXOpen.Drawings.ProjectedView:
NXOpen.Drawings.DraftingView NXOpen.View NXOpen.IFitTo NXOpen.NXObject NXOpen.INXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

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  RenderingStyleType {
  ShadedWithEdges, ShadedWithBodyColorEdges, Shaded, WireframeWithDimEdges,
  WireframeWithHiddenEdges, WireframeWithDashedEdges, Studio, FaceAnalysis,
  PartiallyShaded, StaticWireframe
}
 Describes the rendering style for geometry displayed in the view. 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  ScaleFactor { HalfScale, DoubleScale, ReduceScale, IncreaseScale }
 Describes the relative scales to which a view can be set 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 ActivateForSketching ()
 Sets this drafting view as the active sketch view. More...
 
unsafe void CheckForInvalidParentModelView ()
 Checks the view's validity by looking at the parent model view More...
 
unsafe void Commit ()
 Commits and applies all the settings like NXOpen.Drawings.ViewStyle to the 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 NXOpen.Drawings.DraftingView GetBrokenViewMaster ()
 Return the master view of a slave or a decoration view. More...
 
unsafe NXOpen.Point3d GetDrawingReferencePoint ()
 Returns the view origin(location). 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 HideComponents (NXOpen.NXObject[] components)
 Hides the specified components in the view. More...
 
unsafe void HideViewBorder ()
 Hide the view border of the broken view. More...
 
unsafe void MoveView (NXOpen.Point3d drawingReferencePoint)
 Sets the view origin at the provided location. More...
 
unsafe void RestoreViewBorder ()
 Restores the view border from the dashed line to the normal line for cut operation 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 SetDrawingReferencePoint (NXOpen.Point3d drawingReferencePoint)
 Sets the view origin at the provided location. More...
 
unsafe void ShowComponents (NXOpen.NXObject[] components)
 Shows the specified components in the view. More...
 
unsafe void ShowViewBorder ()
 Show the view border of the broken view. More...
 
unsafe void Update ()
 Updates the drawing member view on a drawing. More...
 
unsafe void UpdateAutomaticViewBound ()
 Recalculates and updates the view boundary of a drawing member view More...
 
unsafe void UpdateAutomaticViewBound (bool updateDependent)
 Recalculates and updates the view boundary of a drawing member view and update the boundary dependent objects More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Drawings.DraftingView
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...
 
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...
 

Detailed Description

Represents a Projected View.

This can be Auxilary View or Orthographic View

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

Created in NX5.0.0


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