Search Results for

    Show / Hide Table of Contents

    Class WorkInstructionOutputBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    WorkInstructionOutputBuilder
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class WorkInstructionOutputBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    WorkInstructionOutputBuilder()

    Declaration
    protected WorkInstructionOutputBuilder()

    Properties

    OpenFile

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

    OutputFile

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

    OutputFormat

    Declaration
    public WorkInstructionOutputBuilder.OutputFormatType OutputFormat { get; set; }
    Property Value
    Type Description
    WorkInstructionOutputBuilder.OutputFormatType

    PageOrientation

    Declaration
    public WorkInstructionOutputBuilder.PageOrientationType PageOrientation { get; set; }
    Property Value
    Type Description
    WorkInstructionOutputBuilder.PageOrientationType

    PageSize

    Declaration
    public WorkInstructionOutputBuilder.PageSizeType PageSize { get; set; }
    Property Value
    Type Description
    WorkInstructionOutputBuilder.PageSizeType

    ScaleFactor

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

    Methods

    Publish(CAMObject[], CAMObject, Int32)

    Declaration
    public void Publish(CAMObject[] objects, CAMObject firstSelObj, int currentView)
    Parameters
    Type Name Description
    CAMObject[] objects
    CAMObject firstSelObj
    System.Int32 currentView

    Implements

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