Search Results for

    Show / Hide Table of Contents

    Class LetteringInsertBuilder

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

    Constructors

    LetteringInsertBuilder()

    Declaration
    protected LetteringInsertBuilder()

    Properties

    BottomingPlateClearance

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

    BottomingPlateToggle

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

    DiePlateClearance

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

    DiePlateToggle

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

    DraftAngularDim

    Declaration
    public Expression DraftAngularDim { get; }
    Property Value
    Type Description
    Expression

    EndDistanceLinearDim

    Declaration
    public Expression EndDistanceLinearDim { get; }
    Property Value
    Type Description
    Expression

    Font

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

    FontStyle

    Declaration
    public LetteringInsertBuilder.FontStyleOptions FontStyle { get; set; }
    Property Value
    Type Description
    LetteringInsertBuilder.FontStyleOptions

    Height

    Declaration
    public Expression Height { get; }
    Property Value
    Type Description
    Expression

    InputLetter

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

    InsertInstanceTag

    Declaration
    public TaggedObject InsertInstanceTag { get; set; }
    Property Value
    Type Description
    TaggedObject

    Length

    Declaration
    public Expression Length { get; }
    Property Value
    Type Description
    Expression

    LetterDirection

    Declaration
    public LetteringInsertBuilder.LetterDirectionOption LetterDirection { get; set; }
    Property Value
    Type Description
    LetteringInsertBuilder.LetterDirectionOption

    OnlyAddLetteringStandardPartToggle

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

    ParentPartName

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

    ParentPartNode

    Declaration
    public LetteringInsertBuilder.ParentPartNodeOption ParentPartNode { get; set; }
    Property Value
    Type Description
    LetteringInsertBuilder.ParentPartNodeOption

    PunchPlateClearance

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

    PunchPlateToggle

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

    Script

    Declaration
    public LetteringInsertBuilder.ScriptOptions Script { get; set; }
    Property Value
    Type Description
    LetteringInsertBuilder.ScriptOptions

    SelectFace

    Declaration
    public ScCollector SelectFace { get; }
    Property Value
    Type Description
    ScCollector

    StartDistanceLinearDim

    Declaration
    public Expression StartDistanceLinearDim { get; }
    Property Value
    Type Description
    Expression

    StripperPlateClearance

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

    StripperPlateToggle

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

    WizardType

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

    Methods

    GetParentNames()

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

    GetSelectedFaceOccurrences(out TaggedObject[])

    Declaration
    public void GetSelectedFaceOccurrences(out TaggedObject[] selectedFaceOccurrences)
    Parameters
    Type Name Description
    TaggedObject[] selectedFaceOccurrences

    PostProcessPDWStandardClientData()

    Declaration
    public TaggedObject PostProcessPDWStandardClientData()
    Returns
    Type Description
    TaggedObject

    PreparePDWStandardClientData()

    Declaration
    public void PreparePDWStandardClientData()

    SelectFont(String, LetteringInsertBuilder.ScriptOptions)

    Declaration
    public void SelectFont(string fontName, LetteringInsertBuilder.ScriptOptions script)
    Parameters
    Type Name Description
    System.String fontName
    LetteringInsertBuilder.ScriptOptions script

    SetParentNames(String[])

    Declaration
    public void SetParentNames(string[] parentNames)
    Parameters
    Type Name Description
    System.String[] parentNames

    SetSelectedFaceOccurrences(TaggedObject[])

    Declaration
    public void SetSelectedFaceOccurrences(TaggedObject[] selectedFaceOccurrences)
    Parameters
    Type Name Description
    TaggedObject[] selectedFaceOccurrences

    StandardInsert()

    Declaration
    public void StandardInsert()

    Implements

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