Search Results for

    Show / Hide Table of Contents

    Class HoleManufacturingNoteBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    HoleManufacturingNoteBuilder
    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 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
    System.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
    System.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
    System.Boolean

    WizardType

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

    Methods

    CreateHoleIndexLabel(NXObject, String, NXObject, Double, Point3d, String, Boolean)

    Declaration
    public NXObject CreateHoleIndexLabel(NXObject viewTag, string holeTypeIndex, NXObject faceTag, double holeDiameter, Point3d holePos, string holetype, bool reverseFlag)
    Parameters
    Type Name Description
    NXObject viewTag
    System.String holeTypeIndex
    NXObject faceTag
    System.Double holeDiameter
    Point3d holePos
    System.String holetype
    System.Boolean 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
    System.String[] holeManufacturingNoteVector
    Point3d point
    Returns
    Type Description
    NXObject

    CycleObjectsInView(NXObject, Int32, Boolean, NXObject)

    Declaration
    public NXObject CycleObjectsInView(NXObject viewTag, int vseqNumber, bool isDrawing, NXObject inObject)
    Parameters
    Type Name Description
    NXObject viewTag
    System.Int32 vseqNumber
    System.Boolean 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