Search Results for

    Show / Hide Table of Contents

    Class HoleCalloutSettingsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    HoleCalloutSettingsBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class HoleCalloutSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    HoleCalloutSettingsBuilder()

    Declaration
    protected HoleCalloutSettingsBuilder()

    Methods

    DeleteLineBreak(Featuretype, int)

    Declaration
    public void DeleteLineBreak(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth

    GetLeaderAttachment()

    Declaration
    public HoleCalloutSettingsBuilder.LeaderAttachment GetLeaderAttachment()
    Returns
    Type Description
    HoleCalloutSettingsBuilder.LeaderAttachment

    GetLineSpaceFactor()

    Declaration
    public double GetLineSpaceFactor()
    Returns
    Type Description
    double

    GetListOfFeatures()

    Declaration
    public HoleCalloutSettingsBuilder.Featuretype[] GetListOfFeatures()
    Returns
    Type Description
    Featuretype[]

    GetListOfParameters(Featuretype)

    Declaration
    public HoleCalloutSettingsBuilder.Parametertype[] GetListOfParameters(HoleCalloutSettingsBuilder.Featuretype featureType)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    Returns
    Type Description
    Parametertype[]

    GetMetricExternalThreadTolerance(Featuretype)

    Declaration
    public string GetMetricExternalThreadTolerance(HoleCalloutSettingsBuilder.Featuretype featureType)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    Returns
    Type Description
    string

    GetMetricInternalThreadTolerance(Featuretype)

    Declaration
    public string GetMetricInternalThreadTolerance(HoleCalloutSettingsBuilder.Featuretype featureType)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    Returns
    Type Description
    string

    GetNthParameterDisplay(Featuretype, int)

    Declaration
    public bool GetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    Returns
    Type Description
    bool

    GetNthParameterPrefix(Featuretype, int)

    Declaration
    public string[] GetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    Returns
    Type Description
    string[]

    GetNthParameterStyle(Featuretype, int)

    Declaration
    public StyleBuilder GetNthParameterStyle(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    Returns
    Type Description
    StyleBuilder

    GetNthParameterSuffix(Featuretype, int)

    Declaration
    public string[] GetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    Returns
    Type Description
    string[]

    GetNthParameterValue(Featuretype, int)

    Declaration
    public string GetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    Returns
    Type Description
    string

    GetNthParameterValueString(Featuretype, int)

    Declaration
    public string GetNthParameterValueString(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    Returns
    Type Description
    string

    GetParameterSpaceFactor()

    Declaration
    public double GetParameterSpaceFactor()
    Returns
    Type Description
    double

    GetThroughHoleTextOfType(Featuretype)

    Declaration
    public string GetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype featureType)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    Returns
    Type Description
    string

    InsertLineBreak(Featuretype, int)

    Declaration
    public void InsertLineBreak(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth

    ReorderParameters(Featuretype, Parametertype[])

    Declaration
    public bool ReorderParameters(HoleCalloutSettingsBuilder.Featuretype featureType, HoleCalloutSettingsBuilder.Parametertype[] parameters)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    Parametertype[] parameters
    Returns
    Type Description
    bool

    ResetFromFeature(TaggedObject, Component, View, Point3d)

    Declaration
    public void ResetFromFeature(TaggedObject feature, Component partOccurrence, View view, Point3d pickPoint)
    Parameters
    Type Name Description
    TaggedObject feature
    Component partOccurrence
    View view
    Point3d pickPoint

    SetLeaderAttachment(LeaderAttachment)

    Declaration
    public void SetLeaderAttachment(HoleCalloutSettingsBuilder.LeaderAttachment leaderAttachment)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.LeaderAttachment leaderAttachment

    SetLineSpaceFactor(double)

    Declaration
    public void SetLineSpaceFactor(double lineSpaceFactor)
    Parameters
    Type Name Description
    double lineSpaceFactor

    SetMetricExternalThreadTolerance(Featuretype, string)

    Declaration
    public void SetMetricExternalThreadTolerance(HoleCalloutSettingsBuilder.Featuretype featureType, string externalThreadTolerance)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    string externalThreadTolerance

    SetMetricInternalThreadTolerance(Featuretype, string)

    Declaration
    public void SetMetricInternalThreadTolerance(HoleCalloutSettingsBuilder.Featuretype featureType, string internalThreadTolerance)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    string internalThreadTolerance

    SetNthParameterDisplay(Featuretype, int, bool)

    Declaration
    public void SetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, bool parameterDisplay)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    bool parameterDisplay

    SetNthParameterPrefix(Featuretype, int, string[])

    Declaration
    public void SetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string[] lines)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    string[] lines

    SetNthParameterSuffix(Featuretype, int, string[])

    Declaration
    public void SetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string[] lines)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    string[] lines

    SetNthParameterValue(Featuretype, int, string)

    Declaration
    public void SetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string value)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth
    string value

    SetParameterSpaceFactor(double)

    Declaration
    public void SetParameterSpaceFactor(double parameterSpaceFactor)
    Parameters
    Type Name Description
    double parameterSpaceFactor

    SetThroughHoleTextOfType(Featuretype, string)

    Declaration
    public void SetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype featureType, string throughHoleTextString)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    string throughHoleTextString

    ShiftDown(Featuretype, int)

    Declaration
    public void ShiftDown(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth

    ShiftUp(Featuretype, int)

    Declaration
    public void ShiftUp(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    int nth

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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