Search Results for

    Show / Hide Table of Contents

    Class TrimMoldComponentsBuilder

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

    Constructors

    TrimMoldComponentsBuilder()

    Declaration
    protected TrimMoldComponentsBuilder()

    Properties

    ActionType

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

    TargetBodies

    Declaration
    public SelectBodyList TargetBodies { get; }
    Property Value
    Type Description
    SelectBodyList

    TargetSelectScope

    Declaration
    public TrimMoldComponentsBuilder.TargetScope TargetSelectScope { get; set; }
    Property Value
    Type Description
    TrimMoldComponentsBuilder.TargetScope

    ToolFace

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

    ToolSheetBody

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

    TrimDirection

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

    TrimPart

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

    TrimSurface

    Declaration
    public TrimMoldComponentsBuilder.TrimSurfaceName TrimSurface { get; set; }
    Property Value
    Type Description
    TrimMoldComponentsBuilder.TrimSurfaceName

    Methods

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

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

    Implements

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