Search Results for

    Show / Hide Table of Contents

    Class SearchCriteriaCalloutBuilder

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

    Constructors

    SearchCriteriaCalloutBuilder()

    Declaration
    protected SearchCriteriaCalloutBuilder()

    Properties

    AngleType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions AngleType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    AngleValue

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

    ByAngle

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

    ByCalloutType

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

    ByCounterboreDepth

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

    ByCounterboreDiameter

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

    ByCountersinkAngle

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

    ByCountersinkDiameter

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

    ByDepth

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

    ByDiameter

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

    ByPitch

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

    ByScrewSize

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

    ByTaperAngle

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

    ByThreadDepth

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

    ByThreadSize

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

    CalloutType

    Declaration
    public SearchCriteriaCalloutBuilder.CalloutTypes CalloutType { get; set; }
    Property Value
    Type Description
    SearchCriteriaCalloutBuilder.CalloutTypes

    CounterboreDepthType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions CounterboreDepthType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    CounterboreDepthValue

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

    CounterboreDiameterType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions CounterboreDiameterType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    CounterboreDiameterValue

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

    CountersinkAngleType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions CountersinkAngleType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    CountersinkAngleValue

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

    CountersinkDiameterType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions CountersinkDiameterType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    CountersinkDiameterValue

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

    DepthType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions DepthType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    DepthValue

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

    DiameterType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions DiameterType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    DiameterValue

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

    PitchType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions PitchType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    PitchValue

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

    ScrewSizeText

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

    ScrewSizeTextType

    Declaration
    public SearchModelViewBuilder.TextComparisionOptions ScrewSizeTextType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.TextComparisionOptions

    TaperAngleType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions TaperAngleType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    TaperAngleValue

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

    ThreadDepthType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions ThreadDepthType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    ThreadDepthValue

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

    ThreadSizeText

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

    ThreadSizeTextType

    Declaration
    public SearchModelViewBuilder.TextComparisionOptions ThreadSizeTextType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.TextComparisionOptions

    Methods

    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