Class DrawingSheet
Inheritance
System.Object
System.MarshalByRefObject
DrawingSheet
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class DrawingSheet : NXObject, IMessageSink, INXObject
Constructors
DrawingSheet()
Declaration
Properties
BordersAndZones
Declaration
public BordersAndZones BordersAndZones { get; set; }
Property Value
Height
Declaration
public double Height { get; }
Property Value
Type |
Description |
System.Double |
|
IsActiveForSketching
Declaration
public bool IsActiveForSketching { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsOutOfDate
Declaration
public bool IsOutOfDate { get; }
Property Value
Type |
Description |
System.Boolean |
|
Length
Declaration
public double Length { get; }
Property Value
Type |
Description |
System.Double |
|
ProjectionAngle
Declaration
public DrawingSheet.ProjectionAngleType ProjectionAngle { get; }
Property Value
SheetDraftingViews
Declaration
public SheetDraftingViewCollection SheetDraftingViews { get; }
Property Value
SheetSectionLines
Declaration
public SheetSectionLineCollection SheetSectionLines { get; }
Property Value
Units
Declaration
public DrawingSheet.Unit Units { get; }
Property Value
View
Declaration
public View View { get; }
Property Value
Methods
ActivateForSketching()
Declaration
public void ActivateForSketching()
GetDraftingViews()
Declaration
public DraftingView[] GetDraftingViews()
Returns
GetScale(out Double, out Double)
Declaration
public void GetScale(out double numerator, out double denominator)
Parameters
Type |
Name |
Description |
System.Double |
numerator |
|
System.Double |
denominator |
|
GetSheetZoneReference(DraftingView)
Declaration
public string GetSheetZoneReference(DraftingView viewTag)
Parameters
Returns
Type |
Description |
System.String |
|
GetZoneReference(DraftingView)
Declaration
public string GetZoneReference(DraftingView viewTag)
Parameters
Returns
Type |
Description |
System.String |
|
Open()
Declaration
ResetActiveForSketching()
Declaration
public void ResetActiveForSketching()
SetParameters(Double, Double, Double, Double, DrawingSheet.Unit, DrawingSheet.ProjectionAngleType, out DraftingView[])
Declaration
public void SetParameters(double height, double length, double numerator, double denominator, DrawingSheet.Unit units, DrawingSheet.ProjectionAngleType projectionAngle, out DraftingView[] associatedViews)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink