Search Results for

    Show / Hide Table of Contents

    Class HoleManufacturingNoteBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    HoleManufacturingNoteBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class HoleManufacturingNoteBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    HoleManufacturingNoteBuilder()

    Declaration
    protected HoleManufacturingNoteBuilder()

    Properties

    CreatedHoleManufacturingNote

    Declaration
    public NXObject CreatedHoleManufacturingNote { get; set; }
    Property Value
    Type Description
    NXObject

    DefineByViewOrHolesEnum

    Declaration
    public HoleManufacturingNoteBuilder.DefineByViewOrHoles DefineByViewOrHolesEnum { get; set; }
    Property Value
    Type Description
    HoleManufacturingNoteBuilder.DefineByViewOrHoles

    HoleIndexColor

    Declaration
    public NXColor HoleIndexColor { get; set; }
    Property Value
    Type Description
    NXColor

    HoleIndexSize

    Declaration
    public double HoleIndexSize { get; set; }
    Property Value
    Type Description
    double

    HoleIndexTypeEnum

    Declaration
    public HoleManufacturingNoteBuilder.HoleIndexType HoleIndexTypeEnum { get; set; }
    Property Value
    Type Description
    HoleManufacturingNoteBuilder.HoleIndexType

    HoleManufacturingNoteColor

    Declaration
    public NXColor HoleManufacturingNoteColor { get; set; }
    Property Value
    Type Description
    NXColor

    HoleManufacturingNoteOrigin

    Declaration
    public OriginBuilder HoleManufacturingNoteOrigin { get; }
    Property Value
    Type Description
    OriginBuilder

    HoleManufacturingNoteSize

    Declaration
    public double HoleManufacturingNoteSize { get; set; }
    Property Value
    Type Description
    double

    HoleManufacturingNoteStyle

    Declaration
    public StyleBuilder HoleManufacturingNoteStyle { get; }
    Property Value
    Type Description
    StyleBuilder

    SelectHoles

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

    SelectView

    Declaration
    public SelectNXObject SelectView { get; }
    Property Value
    Type Description
    SelectNXObject

    UseDifferentSubIndexForSameDiameterHoles

    Declaration
    public bool UseDifferentSubIndexForSameDiameterHoles { get; set; }
    Property Value
    Type Description
    bool

    WizardType

    Declaration
    public int WizardType { get; set; }
    Property Value
    Type Description
    int

    Methods

    CreateHoleIndexLabel(NXObject, string, NXObject, double, Point3d, string, bool)

    Declaration
    public NXObject CreateHoleIndexLabel(NXObject viewTag, string holeTypeIndex, NXObject faceTag, double holeDiameter, Point3d holePos, string holetype, bool reverseFlag)
    Parameters
    Type Name Description
    NXObject viewTag
    string holeTypeIndex
    NXObject faceTag
    double holeDiameter
    Point3d holePos
    string holetype
    bool reverseFlag
    Returns
    Type Description
    NXObject

    CreateHoleManufacturingNoteAsNote(NXObject, string[], Point3d)

    Declaration
    public NXObject CreateHoleManufacturingNoteAsNote(NXObject viewTag, string[] holeManufacturingNoteVector, Point3d point)
    Parameters
    Type Name Description
    NXObject viewTag
    string[] holeManufacturingNoteVector
    Point3d point
    Returns
    Type Description
    NXObject

    CycleObjectsInView(NXObject, int, bool, NXObject)

    Declaration
    public NXObject CycleObjectsInView(NXObject viewTag, int vseqNumber, bool isDrawing, NXObject inObject)
    Parameters
    Type Name Description
    NXObject viewTag
    int vseqNumber
    bool isDrawing
    NXObject inObject
    Returns
    Type Description
    NXObject

    ModifyStyle()

    Declaration
    public void ModifyStyle()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX