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

Represents a Builder for creating NXOpen.Drawings.DraftingDrawingSheet s More...

Inheritance diagram for NXOpen.Drawings.DraftingDrawingSheetBuilder:
NXOpen.Drawings.DrawingSheetBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Additional Inherited Members

- Public Types inherited from NXOpen.Drawings.DrawingSheetBuilder
enum  SheetBaseordrawingView { Base, Drawing }
 the base view or drawing view option More...
 
enum  SheetMode { Create, Edit }
 the drawing sheet dialog mode More...
 
enum  SheetOption { UseTemplate, StandardSize, CustomSize }
 the options for specifying the attributes of the new drawing sheet to be created. More...
 
enum  SheetProjectionAngle { First, Third }
 the drawing sheet projection angle More...
 
enum  SheetStandardEnglishScale {
  S81, S41, S21, S11,
  S12, S14, S18, Custom
}
 the standard English drawing sheet scales More...
 
enum  SheetStandardMetricScale {
  S501, S201, S101, S51,
  S21, S11, S12, S15,
  S110, S120, S150, S1100,
  Custom
}
 the standard Metric drawing sheet scales More...
 
enum  SheetUnits { Metric, English }
 the drawing sheet units More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Drawings.DrawingSheetBuilder
unsafe bool AutoStartBaseView [get, set]
 Returns or sets the setting that controls whether or not the Add Base View command is automatically started after inserting a sheet that has no views on it. More...
 
unsafe bool AutoStartViewCreation [get, set]
 Returns or sets the setting that controls whether or not the Add View creation is automatically started after inserting a sheet that has no views on it. More...
 
unsafe
NXOpen.Drawings.DrawingSheetBuilder.SheetBaseordrawingView 
BaseordrawingView [get, set]
 Returns or sets the option of base view or drawing view More...
 
unsafe string EnglishSheetTemplateLocation [get, set]
 Returns or sets the location of the english drawing sheet template to be added to the part file More...
 
unsafe double Height [get, set]
 Returns or sets the custom or standard height for the drawing sheet More...
 
unsafe double Length [get, set]
 Returns or sets the custom or standard length to be used for the drawing to be created or edited. More...
 
unsafe string MetricSheetTemplateLocation [get, set]
 Returns or sets the location of the metric drawing sheet template to be added to the part file More...
 
unsafe string Name [get, set]
 Returns or sets the name of the drawing sheet to be created or edited More...
 
unsafe string Number [get, set]
 Returns or sets the number of the drawing sheet to be created or edited More...
 
unsafe
NXOpen.Drawings.DrawingSheetBuilder.SheetOption 
Option [get, set]
 Returns or sets the option to be used to create the drawing sheet More...
 
unsafe
NXOpen.Drawings.DrawingSheetBuilder.SheetProjectionAngle 
ProjectionAngle [get, set]
 Returns or sets the projection_angle option More...
 
unsafe string Revision [get, set]
 Returns or sets the revision of the drawing sheet to be created or edited More...
 
unsafe double ScaleDenominator [get, set]
 Returns or sets the denominator of a custom scale More...
 
unsafe double ScaleNumerator [get, set]
 Returns or sets the numerator of a custom scale More...
 
unsafe string SecondaryNumber [get, set]
 Returns or sets the secondary number of the drawing sheet to be created or edited More...
 
unsafe
NXOpen.Drawings.DrawingSheetBuilder.SheetStandardEnglishScale 
StandardEnglishScale [get, set]
 Returns or sets the standard English drawing scale More...
 
unsafe
NXOpen.Drawings.DrawingSheetBuilder.SheetStandardMetricScale 
StandardMetricScale [get, set]
 Returns or sets the standard Metric drawing scale More...
 
unsafe
NXOpen.Drawings.DrawingSheetBuilder.SheetUnits 
Units [get, set]
 Returns or sets the units for the drawing sheet More...
 

Detailed Description

Represents a Builder for creating NXOpen.Drawings.DraftingDrawingSheet s

To create a new instance of this class, use NXOpen.Drawings.DraftingDrawingSheetCollection.CreateDraftingDrawingSheetBuilder

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.