Search Results for

    Show / Hide Table of Contents

    Class WorkInstructionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    WorkInstructionBuilder
    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 WorkInstructionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    WorkInstructionBuilder()

    Declaration
    protected WorkInstructionBuilder()

    Properties

    CameraName

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

    Drawing

    Declaration
    [Obsolete("Deprecated in NX11.0.1.  Use CAM.WorkInstructionBuilder.DrawingSheet instead.")]
    public string Drawing { get; set; }
    Property Value
    Type Description
    System.String

    DrawingSheet

    Declaration
    public NXObject DrawingSheet { get; set; }
    Property Value
    Type Description
    NXObject

    FontFace

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

    FontSize

    Declaration
    public int FontSize { get; set; }
    Property Value
    Type Description
    System.Int32

    ImageFile

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

    ItemName

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

    NoBackground

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

    OperListProgramGroup

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

    SheetNumber

    Declaration
    public int SheetNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    SheetTitle

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

    TemplateName

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

    TimeEstimate

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

    ToolListProgramGroup

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

    ToolSetupSheet

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

    VideoFile

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

    ViewTool

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

    Methods

    ActivateCapturedView()

    Declaration
    public void ActivateCapturedView()

    AddSheet()

    Declaration
    public int AddSheet()
    Returns
    Type Description
    System.Int32

    CaptureCurrentView()

    Declaration
    public void CaptureCurrentView()

    CommitItem()

    Declaration
    public void CommitItem()

    CommitMaster()

    Declaration
    public void CommitMaster()

    DeleteSheet(Int32)

    Declaration
    public void DeleteSheet(int sheetNum)
    Parameters
    Type Name Description
    System.Int32 sheetNum

    DeleteViewCamera()

    Declaration
    public void DeleteViewCamera()

    GetRichText()

    Declaration
    public string[] GetRichText()
    Returns
    Type Description
    System.String[]

    GetTextColor()

    Declaration
    public double[] GetTextColor()
    Returns
    Type Description
    System.Double[]

    MoveSheet(Int32, Boolean)

    Declaration
    public void MoveSheet(int sheetNum, bool up)
    Parameters
    Type Name Description
    System.Int32 sheetNum
    System.Boolean up

    RestorePreviousView()

    Declaration
    public void RestorePreviousView()

    SetRichText(String[])

    Declaration
    public void SetRichText(string[] multiLineText)
    Parameters
    Type Name Description
    System.String[] multiLineText

    SetTextColor(Double[])

    Declaration
    public void SetTextColor(double[] textColor)
    Parameters
    Type Name Description
    System.Double[] textColor

    SetToolDisplayMotion(Int32, Int32)

    Declaration
    public void SetToolDisplayMotion(int eventType, int eventIndex)
    Parameters
    Type Name Description
    System.Int32 eventType
    System.Int32 eventIndex

    SpecifyDrawingSheet(String, String)

    Declaration
    public void SpecifyDrawingSheet(string partName, string drawingName)
    Parameters
    Type Name Description
    System.String partName
    System.String drawingName

    UpdateItemsInCurrentSheet(String[])

    Declaration
    public void UpdateItemsInCurrentSheet(string[] itemNames)
    Parameters
    Type Name Description
    System.String[] itemNames

    Implements

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