Class SheetBuilder
Assembly: NXOpen.dll
Syntax
public class SheetBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder
Constructors
SheetBuilder()
Declaration
Properties
AllowJumpers
Declaration
public bool AllowJumpers { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
JumperType
Declaration
public DiagrammingJumpertype JumperType { get; set; }
Property Value
Opacity
Declaration
public double Opacity { get; set; }
Property Value
PaxFileName
Declaration
public string PaxFileName { get; set; }
Property Value
PresentationName
Declaration
public string PresentationName { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Units
Declaration
public Unit Units { get; set; }
Property Value
UpdatePAXFile
Declaration
public bool UpdatePAXFile { get; set; }
Property Value
Methods
GetFeatures()
Declaration
public SheetElement[] GetFeatures()
Returns
GetSheetElements()
Declaration
public SheetElement[] GetSheetElements()
Returns
GetSize(out double, out double)
Declaration
public void GetSize(out double height, out double width)
Parameters
SetSize(double, double)
Declaration
public void SetSize(double height, double width)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink