Search Results for

    Show / Hide Table of Contents

    Class TrimMoldComponentsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    TrimMoldComponentsBuilder
    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 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
    bool

    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(int, int, NXObject[], NXObject[])

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

    Implements

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