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

Represents a drafting drawing sheet. More...

Inheritance diagram for NXOpen.Drawings.DraftingDrawingSheet:
NXOpen.Drawings.DrawingSheet NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Additional Inherited Members

- Public Types inherited from NXOpen.Drawings.DrawingSheet
enum  ProjectionAngleType { FirstAngle = 1, ThirdAngle }
 Specifies the projection angle of a drawing sheet. More...
 
enum  StandardSheetSize {
  A, B, C, D,
  E, F, H, J,
  A0, A1, A2, A3,
  A4
}
 Standard Drawing sizes More...
 
enum  Unit { Inches = 1, Millimeters }
 Specifies the units of the drawing sheet. More...
 
- Public Member Functions inherited from NXOpen.Drawings.DrawingSheet
unsafe void ActivateForSketching ()
 Sets this drawingsheet's view as the active sketch view. More...
 
unsafe
NXOpen.Drawings.DraftingView[] 
GetDraftingViews ()
 Returns the NXOpen.Drawings.DraftingView s on a sheet. More...
 
unsafe void GetScale (out double numerator, out double denominator)
 Returns the scale of the drawing sheet. More...
 
unsafe string GetSheetZoneReference (NXOpen.Drawings.DraftingView viewTag)
 Returns the sheet and zone location or reference of the view if sheet zones are defined. More...
 
unsafe string GetZoneReference (NXOpen.Drawings.DraftingView viewTag)
 Returns the zone location or reference of the view if sheet zones are defined. More...
 
unsafe void Open ()
 Displays and activates the drawing sheet so that it can be edited. More...
 
unsafe void ResetActiveForSketching ()
 Resets active for sketching view in given drawing. More...
 
unsafe void SetParameters (double height, double length, double numerator, double denominator, NXOpen.Drawings.DrawingSheet.Unit units, NXOpen.Drawings.DrawingSheet.ProjectionAngleType projectionAngle, out NXOpen.Drawings.DraftingView[] associatedViews)
 Sets the parameters of the drawing sheet. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Drawings.DrawingSheet
unsafe
NXOpen.Drawings.BordersAndZones 
BordersAndZones [get, set]
 Returns or sets the borders and zones object if present More...
 
unsafe double Height [get]
 Returns the height of the drawing sheet. More...
 
unsafe bool IsActiveForSketching [get]
 Returns true if this drawing sheet's view is the active sketch view. More...
 
unsafe bool IsOutOfDate [get]
 Returns the status on whether this NXOpen.Drawings.DrawingSheet is out of date. More...
 
unsafe double Length [get]
 Returns the length of the drawing sheet. More...
 
unsafe
NXOpen.Drawings.DrawingSheet.ProjectionAngleType 
ProjectionAngle [get]
 Returns the projection angle of the drawing sheet. More...
 
NXOpen.Drawings.SheetDraftingViewCollection SheetDraftingViews [get]
 Returns the SheetDraftingViewCollection instance belonging to this drawing sheet More...
 
NXOpen.Drawings.SheetSectionLineCollection SheetSectionLines [get]
 Returns the SheetSectionLineCollection instance belonging to this drawing sheet More...
 
unsafe
NXOpen.Drawings.DrawingSheet.Unit 
Units [get]
 Returns the units of the drawing sheet. More...
 
unsafe NXOpen.View View [get]
 Returns the NXOpen.View that represents this drawing sheet. More...
 

Detailed Description

Represents a drafting drawing sheet.

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

Created in NX12.0.0


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