NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Annotations.SearchCriteriaDimensionBuilder Class Reference

Represents SearchCriteriaDimensionBuilder More...

Inheritance diagram for NXOpen.Annotations.SearchCriteriaDimensionBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DiameterSymbolOptions { Diameter, Dia, SphericalDiameter, UserDefined }
 Specifies diameter symbol option More...
 
enum  DimensionTypes {
  Linear, Angular, Diameter, Radial,
  Chamfer, Thickness, ArcLength, Chain,
  Ordinate, Baseline
}
 Specifies dimension types More...
 
enum  MeasurementTypes { All, Directed, FeatureOfSize }
 Specifies measurement types More...
 
enum  RadialSymbolOptions {
  R, Rad, Sr, Cr,
  UserDefined
}
 Specifies radial symbol option More...
 
enum  ToleranceTypes {
  NoTolerance, EqualBilateralTolerance, BilateralTolerance, UnilateralPlus,
  UnilateralMinus, PlusLimitTwoLines, MinusLimitTwoLines, PlusLimitOneLine,
  MinusLimitOneLine, LimitsAndFits, Basic, Reference,
  DiameterReference, NotToScale, BasicDimensionNotToScale
}
 Specifies tolerance types More...
 

Properties

unsafe string AboveText [get, set]
 Returns or sets the above text More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions 
AboveTextType [get, set]
 Returns or sets the above text enum More...
 
unsafe string AfterText [get, set]
 Returns or sets the after text More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions 
AfterTextType [get, set]
 Returns or sets the after text enum More...
 
unsafe string BeforeText [get, set]
 Returns or sets the before text More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions 
BeforeTextType [get, set]
 Returns or sets the before text enum More...
 
unsafe string BelowText [get, set]
 Returns or sets the below text More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions 
BelowTextType [get, set]
 Returns or sets the below text enum More...
 
unsafe bool ByAboveText [get, set]
 Returns or sets the above text toggle More...
 
unsafe bool ByAfterText [get, set]
 Returns or sets the after text toggle More...
 
unsafe bool ByBeforeText [get, set]
 Returns or sets the before text toggle More...
 
unsafe bool ByBelowText [get, set]
 Returns or sets the below text toggle More...
 
unsafe bool ByDeviation [get, set]
 Returns or sets the deviation toggle More...
 
unsafe bool ByDiameterSymbol [get, set]
 Returns or sets the diameter symbol toggle More...
 
unsafe bool ByDimensionType [get, set]
 Returns or sets the dimension type toggle More...
 
unsafe bool ByDimensionValue [get, set]
 Returns or sets the dimension value toggle More...
 
unsafe bool ByGrade [get, set]
 Returns or sets the grade toggle More...
 
unsafe bool ByLowerTolerance [get, set]
 Returns or sets the lower tolerance toggle More...
 
unsafe bool ByRadialSymbol [get, set]
 Returns or sets the radial symbol toggle More...
 
unsafe bool ByToleranceType [get, set]
 Returns or sets the tolerance type toggle More...
 
unsafe bool ByUpperTolerance [get, set]
 Returns or sets the upper tolerance toggle More...
 
unsafe
NXOpen.Annotations.SearchCriteriaCalloutBuilder 
Callout [get]
 Returns the callout block More...
 
unsafe string Deviation [get, set]
 Returns or sets the deviation More...
 
unsafe
NXOpen.Annotations.SearchCriteriaDimensionBuilder.DiameterSymbolOptions 
DiameterSymbol [get, set]
 Returns or sets the diameter symbol More...
 
unsafe
NXOpen.Annotations.SearchCriteriaDimensionBuilder.DimensionTypes 
DimensionType [get, set]
 Returns or sets the dimension type More...
 
unsafe double DimensionValue [get, set]
 Returns or sets the dimension value More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
DimensionValueType [get, set]
 Returns or sets the dimension value enum More...
 
unsafe string Grade [get, set]
 Returns or sets the grade More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
LowerToleranceType [get, set]
 Returns or sets the lower tolerance enum More...
 
unsafe double LowerToleranceValue [get, set]
 Returns or sets the lower tolerance value More...
 
unsafe
NXOpen.Annotations.SearchCriteriaDimensionBuilder.MeasurementTypes 
MeasurementType [get, set]
 Returns or sets the measurement type More...
 
unsafe
NXOpen.Annotations.SearchCriteriaDimensionBuilder.RadialSymbolOptions 
RadialSymbol [get, set]
 Returns or sets the radial symbol More...
 
unsafe
NXOpen.Annotations.SearchCriteriaDimensionBuilder.ToleranceTypes 
ToleranceType [get, set]
 Returns or sets the tolerance type More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
UpperToleranceType [get, set]
 Returns or sets the upper tolerance enum More...
 
unsafe double UpperToleranceValue [get, set]
 Returns or sets the upper tolerance value More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents SearchCriteriaDimensionBuilder

To create a new instance of this class, use NXOpen.Annotations.SearchModelViewCollection.CreateSearchCriteriaDimensionBuilder

Created in NX7.5.0

Member Enumeration Documentation

Specifies diameter symbol option

Enumerator
Diameter 
Dia 
SphericalDiameter 
UserDefined 

UserDefined

Specifies dimension types

Enumerator
Linear 

Linear

Angular 

Angular

Diameter 

Diameter

Radial 

Radial

Chamfer 

Chamfer

Thickness 

Thickness

ArcLength 

ArcLength

Chain 

Chain

Ordinate 

Ordinate

Baseline 

Baseline

Specifies measurement types

Enumerator
All 

Linear ALL

Directed 

Linear Directed

FeatureOfSize 

Linear Feature of Size

Specifies radial symbol option

Enumerator
R 

R

Rad 

RAD

Sr 

SR

Cr 

CR

UserDefined 

UserDefined

Specifies tolerance types

Enumerator
NoTolerance 

NoTolerance

EqualBilateralTolerance 

qualBilateralTolerance

BilateralTolerance 

BilateralTolerance

UnilateralPlus 

UnilateralPlus

UnilateralMinus 

UnilateralMinus

PlusLimitTwoLines 

PlusLimitTwoLines

MinusLimitTwoLines 

MinusLimitTwoLines

PlusLimitOneLine 

PlusLimitOneLine

MinusLimitOneLine 

MinusLimitOneLine

LimitsAndFits 

LimitsAndFits

Basic 

Basic

Reference 

Reference

DiameterReference 

DiameterReference

NotToScale 

NotToScale

BasicDimensionNotToScale 

BasicDimensionNotToScale

Property Documentation

unsafe string NXOpen.Annotations.SearchCriteriaDimensionBuilder.AboveText
getset

Returns or sets the above text

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions NXOpen.Annotations.SearchCriteriaDimensionBuilder.AboveTextType
getset

Returns or sets the above text enum

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Annotations.SearchCriteriaDimensionBuilder.AfterText
getset

Returns or sets the after text

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions NXOpen.Annotations.SearchCriteriaDimensionBuilder.AfterTextType
getset

Returns or sets the after text enum

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Annotations.SearchCriteriaDimensionBuilder.BeforeText
getset

Returns or sets the before text

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions NXOpen.Annotations.SearchCriteriaDimensionBuilder.BeforeTextType
getset

Returns or sets the before text enum

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Annotations.SearchCriteriaDimensionBuilder.BelowText
getset

Returns or sets the below text

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions NXOpen.Annotations.SearchCriteriaDimensionBuilder.BelowTextType
getset

Returns or sets the below text enum

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByAboveText
getset

Returns or sets the above text toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByAfterText
getset

Returns or sets the after text toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByBeforeText
getset

Returns or sets the before text toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByBelowText
getset

Returns or sets the below text toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByDeviation
getset

Returns or sets the deviation toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByDiameterSymbol
getset

Returns or sets the diameter symbol toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByDimensionType
getset

Returns or sets the dimension type toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByDimensionValue
getset

Returns or sets the dimension value toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByGrade
getset

Returns or sets the grade toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByLowerTolerance
getset

Returns or sets the lower tolerance toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByRadialSymbol
getset

Returns or sets the radial symbol toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByToleranceType
getset

Returns or sets the tolerance type toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaDimensionBuilder.ByUpperTolerance
getset

Returns or sets the upper tolerance toggle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchCriteriaCalloutBuilder NXOpen.Annotations.SearchCriteriaDimensionBuilder.Callout
get

Returns the callout block

Created in NX9.0.0

License requirements: None.

unsafe string NXOpen.Annotations.SearchCriteriaDimensionBuilder.Deviation
getset

Returns or sets the deviation

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchCriteriaDimensionBuilder.DiameterSymbolOptions NXOpen.Annotations.SearchCriteriaDimensionBuilder.DiameterSymbol
getset

Returns or sets the diameter symbol

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchCriteriaDimensionBuilder.DimensionTypes NXOpen.Annotations.SearchCriteriaDimensionBuilder.DimensionType
getset

Returns or sets the dimension type

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaDimensionBuilder.DimensionValue
getset

Returns or sets the dimension value

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaDimensionBuilder.DimensionValueType
getset

Returns or sets the dimension value enum

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Annotations.SearchCriteriaDimensionBuilder.Grade
getset

Returns or sets the grade

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaDimensionBuilder.LowerToleranceType
getset

Returns or sets the lower tolerance enum

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaDimensionBuilder.LowerToleranceValue
getset

Returns or sets the lower tolerance value

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchCriteriaDimensionBuilder.MeasurementTypes NXOpen.Annotations.SearchCriteriaDimensionBuilder.MeasurementType
getset

Returns or sets the measurement type

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchCriteriaDimensionBuilder.RadialSymbolOptions NXOpen.Annotations.SearchCriteriaDimensionBuilder.RadialSymbol
getset

Returns or sets the radial symbol

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchCriteriaDimensionBuilder.ToleranceTypes NXOpen.Annotations.SearchCriteriaDimensionBuilder.ToleranceType
getset

Returns or sets the tolerance type

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaDimensionBuilder.UpperToleranceType
getset

Returns or sets the upper tolerance enum

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaDimensionBuilder.UpperToleranceValue
getset

Returns or sets the upper tolerance value

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.