Class CheckModelWithinPrintableVolumeBuilder
Inheritance
CheckModelWithinPrintableVolumeBuilder
Assembly: NXOpen.dll
Syntax
public class CheckModelWithinPrintableVolumeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CheckModelWithinPrintableVolumeBuilder()
Declaration
protected CheckModelWithinPrintableVolumeBuilder()
Properties
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
CloseToPrintableVolumeColor
Declaration
public NXColor CloseToPrintableVolumeColor { get; set; }
Property Value
DisplayResolutionBuilder
Declaration
public DisplayResolutionBuilder DisplayResolutionBuilder { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
OutOfPrintableVolumeColor
Declaration
public NXColor OutOfPrintableVolumeColor { get; set; }
Property Value
PreviewState
Declaration
public bool PreviewState { get; set; }
Property Value
PrinterDiameter
Declaration
public double PrinterDiameter { get; set; }
Property Value
PrinterHeight
Declaration
public double PrinterHeight { get; set; }
Property Value
PrinterLength
Declaration
public double PrinterLength { get; set; }
Property Value
PrinterName
Declaration
public string PrinterName { get; set; }
Property Value
PrinterOrientation
Declaration
public Matrix3x3 PrinterOrientation { get; set; }
Property Value
PrinterOrigin
Declaration
public Point3d PrinterOrigin { get; set; }
Property Value
PrinterShapeType
Declaration
public CheckModelWithinPrintableVolumeBuilder.PrinterShapeTypes PrinterShapeType { get; set; }
Property Value
PrinterWidth
Declaration
public double PrinterWidth { get; set; }
Property Value
SelectionAndPlacement
Declaration
public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
Property Value
ShowType
Declaration
public CheckModelWithinPrintableVolumeBuilder.ShowTypes ShowType { get; set; }
Property Value
WithinPrintableVolumeColor
Declaration
public NXColor WithinPrintableVolumeColor { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink