Search Results for

    Show / Hide Table of Contents

    Class FormingInsertBuilder

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

    Constructors

    FormingInsertBuilder()

    Declaration
    protected FormingInsertBuilder()

    Properties

    AngleToleranceValue

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

    BlankPosition

    Declaration
    public FormingInsertBuilder.BlankPositions BlankPosition { get; set; }
    Property Value
    Type Description
    FormingInsertBuilder.BlankPositions

    BlankProfile

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

    BlankType

    Declaration
    public FormingInsertBuilder.BlankTypes BlankType { get; set; }
    Property Value
    Type Description
    FormingInsertBuilder.BlankTypes

    BottomPlateClearance

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

    BoundaryFaces

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

    DesignOption

    Declaration
    public FormingInsertBuilder.DesignOptions DesignOption { get; set; }
    Property Value
    Type Description
    FormingInsertBuilder.DesignOptions

    DiePlateClearance

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

    HeightValue

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

    LowerValue

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

    ParentPart

    Declaration
    public FormingInsertBuilder.ParentTypes ParentPart { get; set; }
    Property Value
    Type Description
    FormingInsertBuilder.ParentTypes

    ParentPartName

    Declaration
    public string ParentPartName { get; set; }
    Property Value
    Type Description
    System.String

    PunchOrDieToEdit

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

    PunchPlateClearance

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

    RenameComponent

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

    ReverseDirection

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

    SameWithPlate

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

    SeedFace

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

    SelectFormingFaces

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

    StripperPlateClearance

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

    TangentEdgeAngle

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

    TraverseInteriorEdges

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

    UseBottomPlateClearance

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

    UseDiePlateClearance

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

    UsePunchPlateClearance

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

    UseStripperPlateClearance

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

    Methods

    CreateNewComponent(TaggedObject, Point3d)

    Declaration
    public TaggedObject CreateNewComponent(TaggedObject parentTag, Point3d origin)
    Parameters
    Type Name Description
    TaggedObject parentTag
    Point3d origin
    Returns
    Type Description
    TaggedObject

    DeletePunchOrDieComponent()

    Declaration
    public void DeletePunchOrDieComponent()

    ExtractFormingRegion()

    Declaration
    public void ExtractFormingRegion()

    ReverseTrimDirection()

    Declaration
    public void ReverseTrimDirection()

    Implements

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