Search Results for

    Show / Hide Table of Contents

    Class DieInsertBuilder

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

    Constructors

    DieInsertBuilder()

    Declaration
    protected DieInsertBuilder()

    Properties

    BoundingBoxType

    Declaration
    public DieInsertBuilder.BoundingBoxTypeItems BoundingBoxType { get; set; }
    Property Value
    Type Description
    DieInsertBuilder.BoundingBoxTypeItems

    BoxPosition

    Declaration
    public Point3d BoxPosition { get; set; }
    Property Value
    Type Description
    Point3d

    ClearanceToggle

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

    ConceptDesign

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

    DieInsertType

    Declaration
    public DieInsertBuilder.DieInsertTypeItems DieInsertType { get; set; }
    Property Value
    Type Description
    DieInsertBuilder.DieInsertTypeItems

    DieShimDistance

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

    DieStandardInsertInstance

    Declaration
    public TaggedObject DieStandardInsertInstance { get; set; }
    Property Value
    Type Description
    TaggedObject

    InsertMode

    Declaration
    public DieInsertBuilder.InsertModeItems InsertMode { get; set; }
    Property Value
    Type Description
    DieInsertBuilder.InsertModeItems

    NewPartNames

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

    OffsetValueLinearDimensionNegativeX

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

    OffsetValueLinearDimensionNegativeY

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

    OffsetValueLinearDimensionNegativeZ

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

    OffsetValueLinearDimensionPositiveX

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

    OffsetValueLinearDimensionPositiveY

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

    OffsetValueLinearDimensionPositiveZ

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

    ParentPartName

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

    Position

    Declaration
    public DieInsertBuilder.PositionItems Position { get; set; }
    Property Value
    Type Description
    DieInsertBuilder.PositionItems

    RadialOffset

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

    RenameDialog

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

    SelectDieInsertOutline

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

    SelectScrap

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

    SelectUserDefinedDieInsertForEdit

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

    SelectVector

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

    UserDefinedDieInsertClearance

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

    UserDefinedDieInsertHeight

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

    WithoutFalseBody

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

    Methods

    AddDieInsertPart()

    Declaration
    public void AddDieInsertPart()

    CalculateBoxSize()

    Declaration
    public void CalculateBoxSize()

    CreateUserDefinedDieInsert()

    Declaration
    public void CreateUserDefinedDieInsert()

    CreateUserDefinedInsertDatumPlane()

    Declaration
    public void CreateUserDefinedInsertDatumPlane()

    SetManipulatorToMatrixAndPosition(Matrix3x3, Point3d)

    Declaration
    public void SetManipulatorToMatrixAndPosition(Matrix3x3 matrix, Point3d position)
    Parameters
    Type Name Description
    Matrix3x3 matrix
    Point3d position

    StandardDieInsert()

    Declaration
    public void StandardDieInsert()

    Implements

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