Search Results for

    Show / Hide Table of Contents

    Class ShimBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ShimBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class ShimBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ShimBuilder()

    Declaration
    protected ShimBuilder()

    Properties

    Height

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

    InsertToDelete

    Declaration
    public SelectComponentList InsertToDelete { get; }
    Property Value
    Type Description
    SelectComponentList

    InsertToEdit

    Declaration
    public SelectComponent InsertToEdit { get; }
    Property Value
    Type Description
    SelectComponent

    OffsetOuterDistance

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

    OuterRoughOffset

    Declaration
    public bool OuterRoughOffset { get; set; }
    Property Value
    Type Description
    bool

    ParentNode

    Declaration
    public ShimBuilder.ParentOption ParentNode { get; set; }
    Property Value
    Type Description
    ShimBuilder.ParentOption

    ParentPartName

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

    RenameToggle

    Declaration
    public bool RenameToggle { get; set; }
    Property Value
    Type Description
    bool

    ShimFace

    Declaration
    public SelectFaceList ShimFace { get; }
    Property Value
    Type Description
    SelectFaceList

    SideAttributeValue

    Declaration
    public ShimBuilder.SideAttributeValues SideAttributeValue { get; set; }
    Property Value
    Type Description
    ShimBuilder.SideAttributeValues

    SlugholeProfile

    Declaration
    public ShimInnerProfileSetBuilderList SlugholeProfile { get; }
    Property Value
    Type Description
    ShimInnerProfileSetBuilderList

    Type

    Declaration
    public ShimBuilder.Types Type { get; set; }
    Property Value
    Type Description
    ShimBuilder.Types

    WizardType

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

    Methods

    CreateInnerProfileSetBuilder()

    Declaration
    public ShimInnerProfileSetBuilder CreateInnerProfileSetBuilder()
    Returns
    Type Description
    ShimInnerProfileSetBuilder

    GetItemName(out int[])

    Declaration
    public void GetItemName(out int[] itemName)
    Parameters
    Type Name Description
    int[] itemName

    SetItemName(int[])

    Declaration
    public void SetItemName(int[] itemName)
    Parameters
    Type Name Description
    int[] itemName

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX