Search Results for

    Show / Hide Table of Contents

    Class HoleDatumSymbolBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    HoleDatumSymbolBuilder
    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 HoleDatumSymbolBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    HoleDatumSymbolBuilder()

    Declaration
    protected HoleDatumSymbolBuilder()

    Properties

    AttributeTitles

    Declaration
    public string AttributeTitles { get; set; }
    Property Value
    Type Description
    string

    AttributeValues

    Declaration
    public string AttributeValues { get; set; }
    Property Value
    Type Description
    string

    HoleDiameter

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

    HoleTolerance

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

    HoleType

    Declaration
    public HoleDatumSymbolBuilder.SymbolType HoleType { get; set; }
    Property Value
    Type Description
    HoleDatumSymbolBuilder.SymbolType

    SelectHoles

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

    SelectHolesAccordingToAttribute

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

    SelectSpreadsheet

    Declaration
    public string SelectSpreadsheet { get; set; }
    Property Value
    Type Description
    string

    SelectView

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

    WizardType

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

    Methods

    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

    UpdateSymbolSizeInView()

    Declaration
    public void UpdateSymbolSizeInView()

    Implements

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