Search Results for

    Show / Hide Table of Contents

    Class BendInsertDesignBuilder

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

    Constructors

    BendInsertDesignBuilder()

    Declaration
    protected BendInsertDesignBuilder()

    Properties

    BendFace

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

    BendingDirection

    Declaration
    public BendInsertDesignBuilder.BendingDirectionOption BendingDirection { get; set; }
    Property Value
    Type Description
    BendInsertDesignBuilder.BendingDirectionOption

    BendType

    Declaration
    public BendInsertDesignBuilder.BendTypeOption BendType { get; set; }
    Property Value
    Type Description
    BendInsertDesignBuilder.BendTypeOption

    BlankPosition

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

    BottomPlateClearance

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

    CompositeInsert

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

    ConceptDesign

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

    DiePlateClearance

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

    Extend

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

    ExtrudeEnd

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

    ExtrudeEnd1

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

    ExtrudeSketch

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

    ExtrudeStart

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

    ExtrudeStart1

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

    ExtrudeTolerance

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

    FalseBody

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

    FlipTrimDirection

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

    InsertComponent

    Declaration
    public SelectComponentList InsertComponent { get; }
    Property Value
    Type Description
    SelectComponentList

    InsertToEdit

    Declaration
    public SelectComponentList InsertToEdit { get; }
    Property Value
    Type Description
    SelectComponentList

    InsertType

    Declaration
    public BendInsertDesignBuilder.InsertTypeOption InsertType { get; set; }
    Property Value
    Type Description
    BendInsertDesignBuilder.InsertTypeOption

    IntersectPlane

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

    IsAutoDatum

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

    NewPartName

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

    ParentNode

    Declaration
    public BendInsertDesignBuilder.ParentOption ParentNode { get; set; }
    Property Value
    Type Description
    BendInsertDesignBuilder.ParentOption

    ParentPartName

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

    PunchPlateClearance

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

    ReName

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

    StripperPlateClearance

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

    Type

    Declaration
    public BendInsertDesignBuilder.Types Type { get; set; }
    Property Value
    Type Description
    BendInsertDesignBuilder.Types

    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

    AddInsertComponent()

    Declaration
    public void AddInsertComponent()

    SetFaces(Face[])

    Declaration
    public void SetFaces(Face[] faceOccs)
    Parameters
    Type Name Description
    Face[] faceOccs

    Implements

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