Search Results for

    Show / Hide Table of Contents

    Class ShimBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ShimBuilder
    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 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
    System.Boolean

    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
    System.String

    RenameToggle

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

    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
    System.Int32

    Methods

    CreateInnerProfileSetBuilder()

    Declaration
    public ShimInnerProfileSetBuilder CreateInnerProfileSetBuilder()
    Returns
    Type Description
    ShimInnerProfileSetBuilder

    GetItemName(out Int32[])

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

    SetItemName(Int32[])

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

    Implements

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