Search Results for

    Show / Hide Table of Contents

    Class DieDesignTrimPostBuilder

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

    Constructors

    DieDesignTrimPostBuilder()

    Declaration
    protected DieDesignTrimPostBuilder()

    Properties

    BasePlane

    Declaration
    public Plane BasePlane { get; set; }
    Property Value
    Type Description
    Plane

    BeltThickness

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

    BoundaryCurves

    Declaration
    public Section BoundaryCurves { get; }
    Property Value
    Type Description
    Section

    CamDirection

    Declaration
    public Direction CamDirection { get; set; }
    Property Value
    Type Description
    Direction

    CAMRelief

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

    MachineAllowance

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

    Product

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

    Profiles

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

    ProfilesDirection

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

    UseApproxSheetBody

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

    Methods

    SeedPointInfo(Double[], Double[])

    Declaration
    public void SeedPointInfo(double[] seedPoint, double[] seedTangent)
    Parameters
    Type Name Description
    System.Double[] seedPoint
    System.Double[] seedTangent

    Implements

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