Search Results for

    Show / Hide Table of Contents

    Class CheckModelWithinPrintableVolumeBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CheckModelWithinPrintableVolumeBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Validate
    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
    Type Description
    System.Boolean

    CloseToPrintableVolumeColor

    Declaration
    public NXColor CloseToPrintableVolumeColor { get; set; }
    Property Value
    Type Description
    NXColor

    DisplayResolutionBuilder

    Declaration
    public DisplayResolutionBuilder DisplayResolutionBuilder { get; }
    Property Value
    Type Description
    DisplayResolutionBuilder

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    OutOfPrintableVolumeColor

    Declaration
    public NXColor OutOfPrintableVolumeColor { get; set; }
    Property Value
    Type Description
    NXColor

    PreviewState

    Declaration
    public bool PreviewState { get; set; }
    Property Value
    Type Description
    System.Boolean

    PrinterDiameter

    Declaration
    public double PrinterDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    PrinterHeight

    Declaration
    public double PrinterHeight { get; set; }
    Property Value
    Type Description
    System.Double

    PrinterLength

    Declaration
    public double PrinterLength { get; set; }
    Property Value
    Type Description
    System.Double

    PrinterName

    Declaration
    public string PrinterName { get; set; }
    Property Value
    Type Description
    System.String

    PrinterOrientation

    Declaration
    public Matrix3x3 PrinterOrientation { get; set; }
    Property Value
    Type Description
    Matrix3x3

    PrinterOrigin

    Declaration
    public Point3d PrinterOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    PrinterShapeType

    Declaration
    public CheckModelWithinPrintableVolumeBuilder.PrinterShapeTypes PrinterShapeType { get; set; }
    Property Value
    Type Description
    CheckModelWithinPrintableVolumeBuilder.PrinterShapeTypes

    PrinterWidth

    Declaration
    public double PrinterWidth { get; set; }
    Property Value
    Type Description
    System.Double

    SelectionAndPlacement

    Declaration
    public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
    Property Value
    Type Description
    SelectionAndPlacementBuilder

    ShowType

    Declaration
    public CheckModelWithinPrintableVolumeBuilder.ShowTypes ShowType { get; set; }
    Property Value
    Type Description
    CheckModelWithinPrintableVolumeBuilder.ShowTypes

    WithinPrintableVolumeColor

    Declaration
    public NXColor WithinPrintableVolumeColor { get; set; }
    Property Value
    Type Description
    NXColor

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX