Search Results for

    Show / Hide Table of Contents

    Class BurringInsertBuilder

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

    Constructors

    BurringInsertBuilder()

    Declaration
    protected BurringInsertBuilder()

    Properties

    ArcRadius

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

    BlankProfile

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

    BurringDirection

    Declaration
    public BurringInsertBuilder.BurringDirections BurringDirection { get; set; }
    Property Value
    Type Description
    BurringInsertBuilder.BurringDirections

    BurringPunchType

    Declaration
    public BurringInsertBuilder.BurringPunchTypes BurringPunchType { get; set; }
    Property Value
    Type Description
    BurringInsertBuilder.BurringPunchTypes

    CircularOrNonCircular

    Declaration
    public BurringInsertBuilder.CircularOrNonCircularType CircularOrNonCircular { get; set; }
    Property Value
    Type Description
    BurringInsertBuilder.CircularOrNonCircularType

    DesignOption

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

    EndValue

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

    ParentPart

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

    ParentPartName

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

    PlateClearanceFirst

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

    PlateClearanceSecond

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

    PlateClearanceThird

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

    PunchHeadHeight

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

    PunchOrDieToEdit

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

    RenameComponent

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

    SelectFaces

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

    StartValue

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

    UsePlateClearanceFirst

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

    UsePlateClearanceSecond

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

    UsePlateClearanceThird

    Declaration
    public bool UsePlateClearanceThird { 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()

    RevolveSketchedCurve()

    Declaration
    public void RevolveSketchedCurve()

    Implements

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