Search Results for

    Show / Hide Table of Contents

    Class EjectorPostProcessingBuilder

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

    Constructors

    EjectorPostProcessingBuilder()

    Declaration
    protected EjectorPostProcessingBuilder()

    Properties

    ActionType

    Declaration
    public EjectorPostProcessingBuilder.TrimMethod ActionType { get; set; }
    Property Value
    Type Description
    EjectorPostProcessingBuilder.TrimMethod

    FitDistance

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

    ForceFitDistance

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

    OffsetValue

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

    PrecisionValue

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

    TargetComponents

    Declaration
    public SelectNXObjectList TargetComponents { get; }
    Property Value
    Type Description
    SelectNXObjectList

    ToolFace

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

    ToolSheetBody

    Declaration
    public SelectBody ToolSheetBody { get; }
    Property Value
    Type Description
    SelectBody

    TrimPart

    Declaration
    public EjectorPostProcessingBuilder.TrimPartName TrimPart { get; set; }
    Property Value
    Type Description
    EjectorPostProcessingBuilder.TrimPartName

    TrimSurface

    Declaration
    public EjectorPostProcessingBuilder.TrimSufaceName TrimSurface { get; set; }
    Property Value
    Type Description
    EjectorPostProcessingBuilder.TrimSufaceName

    Methods

    SetTrimDataDetails(Int32, NXObject[], NXObject[])

    Declaration
    public void SetTrimDataDetails(int surfaceType, NXObject[] targets, NXObject[] tools)
    Parameters
    Type Name Description
    System.Int32 surfaceType
    NXObject[] targets
    NXObject[] tools

    Implements

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