Class AssemblyViewBuilder
Inheritance
AssemblyViewBuilder
Assembly: NXOpen.dll
Syntax
public class AssemblyViewBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
AssemblyViewBuilder()
Declaration
protected AssemblyViewBuilder()
Properties
ContainerParts
Declaration
public int ContainerParts { get; set; }
Property Value
DrawingName
Declaration
public string DrawingName { get; set; }
Property Value
DrawingSheet
Declaration
public DrawingSheetBuilder DrawingSheet { get; }
Property Value
DrawingTemplate
Declaration
public DrawingTemplateBuilder DrawingTemplate { get; }
Property Value
Index
Declaration
public int Index { get; set; }
Property Value
Level
Declaration
public int Level { get; set; }
Property Value
Orientation
Declaration
public int Orientation { get; set; }
Property Value
OrientationObject
Declaration
public ModelingView OrientationObject { get; set; }
Property Value
PartsList
Declaration
public int PartsList { get; set; }
Property Value
PartsListString
Declaration
public string PartsListString { get; set; }
Property Value
SheetScale
Declaration
public double SheetScale { get; set; }
Property Value
ShowList
Declaration
public bool ShowList { get; set; }
Property Value
Symbol
Declaration
public bool Symbol { get; set; }
Property Value
UpdateFlag
Declaration
public bool UpdateFlag { get; set; }
Property Value
ViewTag
Declaration
public DraftingView ViewTag { get; set; }
Property Value
Methods
UpdateDrawingSheet(DrawingSheetBuilder)
Declaration
public void UpdateDrawingSheet(DrawingSheetBuilder drawingSheet)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink