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

Represents SearchCriteriaCalloutBuilder More...

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

Public Types

enum  CalloutTypes { Hole, Diameter, Cylindrical }
 CalloutTypes More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
AngleType [get, set]
 Returns or sets the angle setting More...
 
unsafe double AngleValue [get, set]
 Returns or sets the angle value More...
 
unsafe bool ByAngle [get, set]
 Returns or sets the angle toggle More...
 
unsafe bool ByCalloutType [get, set]
 Returns or sets the callout type toggle More...
 
unsafe bool ByCounterboreDepth [get, set]
 Returns or sets the counterboreDepth toggle More...
 
unsafe bool ByCounterboreDiameter [get, set]
 Returns or sets the counterboreDiameter toggle More...
 
unsafe bool ByCountersinkAngle [get, set]
 Returns or sets the countersinkAngle toggle More...
 
unsafe bool ByCountersinkDiameter [get, set]
 Returns or sets the countersinkDiameter toggle More...
 
unsafe bool ByDepth [get, set]
 Returns or sets the depth toggle More...
 
unsafe bool ByDiameter [get, set]
 Returns or sets the diameter toggle More...
 
unsafe bool ByPitch [get, set]
 Returns or sets the pitch toggle More...
 
unsafe bool ByScrewSize [get, set]
 Returns or sets the screwSize toggle More...
 
unsafe bool ByTaperAngle [get, set]
 Returns or sets the taperAngle toggle More...
 
unsafe bool ByThreadDepth [get, set]
 Returns or sets the threadDepth toggle More...
 
unsafe bool ByThreadSize [get, set]
 Returns or sets the threadSize toggle More...
 
unsafe
NXOpen.Annotations.SearchCriteriaCalloutBuilder.CalloutTypes 
CalloutType [get, set]
 Returns or sets the callout type More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
CounterboreDepthType [get, set]
 Returns or sets the counterboreDepth setting More...
 
unsafe double CounterboreDepthValue [get, set]
 Returns or sets the counterboreDepth value More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
CounterboreDiameterType [get, set]
 Returns or sets the counterboreDiameter setting More...
 
unsafe double CounterboreDiameterValue [get, set]
 Returns or sets the counterboreDiameter value More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
CountersinkAngleType [get, set]
 Returns or sets the countersinkAngle setting More...
 
unsafe double CountersinkAngleValue [get, set]
 Returns or sets the countersinkAngle value More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
CountersinkDiameterType [get, set]
 Returns or sets the countersinkDiameter setting More...
 
unsafe double CountersinkDiameterValue [get, set]
 Returns or sets the countersinkDiameter value More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
DepthType [get, set]
 Returns or sets the depth setting More...
 
unsafe double DepthValue [get, set]
 Returns or sets the depth value More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
DiameterType [get, set]
 Returns or sets the diameter setting More...
 
unsafe double DiameterValue [get, set]
 Returns or sets the diameter value More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
PitchType [get, set]
 Returns or sets the pitch setting More...
 
unsafe double PitchValue [get, set]
 Returns or sets the pitch value More...
 
unsafe string ScrewSizeText [get, set]
 Returns or sets the screwSize text More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions 
ScrewSizeTextType [get, set]
 Returns or sets the ScrewSize setting More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
TaperAngleType [get, set]
 Returns or sets the taperAngle setting More...
 
unsafe double TaperAngleValue [get, set]
 Returns or sets the taperAngle value More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions 
ThreadDepthType [get, set]
 Returns or sets the threadDepth setting More...
 
unsafe double ThreadDepthValue [get, set]
 Returns or sets the threadDepth value More...
 
unsafe string ThreadSizeText [get, set]
 Returns or sets the threadSize text More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions 
ThreadSizeTextType [get, set]
 Returns or sets the threadSize setting 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents SearchCriteriaCalloutBuilder

This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0

Member Enumeration Documentation

CalloutTypes

Enumerator
Hole 

Hole

Diameter 

Diameter

Cylindrical 

Cylindrical

Member Function Documentation

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.AngleType
getset

Returns or sets the angle setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.AngleValue
getset

Returns or sets the angle value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByAngle
getset

Returns or sets the angle toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByCalloutType
getset

Returns or sets the callout type toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByCounterboreDepth
getset

Returns or sets the counterboreDepth toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByCounterboreDiameter
getset

Returns or sets the counterboreDiameter toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByCountersinkAngle
getset

Returns or sets the countersinkAngle toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByCountersinkDiameter
getset

Returns or sets the countersinkDiameter toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByDepth
getset

Returns or sets the depth toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByDiameter
getset

Returns or sets the diameter toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByPitch
getset

Returns or sets the pitch toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByScrewSize
getset

Returns or sets the screwSize toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByTaperAngle
getset

Returns or sets the taperAngle toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByThreadDepth
getset

Returns or sets the threadDepth toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.SearchCriteriaCalloutBuilder.ByThreadSize
getset

Returns or sets the threadSize toggle

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchCriteriaCalloutBuilder.CalloutTypes NXOpen.Annotations.SearchCriteriaCalloutBuilder.CalloutType
getset

Returns or sets the callout type

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.CounterboreDepthType
getset

Returns or sets the counterboreDepth setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.CounterboreDepthValue
getset

Returns or sets the counterboreDepth value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.CounterboreDiameterType
getset

Returns or sets the counterboreDiameter setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.CounterboreDiameterValue
getset

Returns or sets the counterboreDiameter value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.CountersinkAngleType
getset

Returns or sets the countersinkAngle setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.CountersinkAngleValue
getset

Returns or sets the countersinkAngle value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.CountersinkDiameterType
getset

Returns or sets the countersinkDiameter setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.CountersinkDiameterValue
getset

Returns or sets the countersinkDiameter value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.DepthType
getset

Returns or sets the depth setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.DepthValue
getset

Returns or sets the depth value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.DiameterType
getset

Returns or sets the diameter setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.DiameterValue
getset

Returns or sets the diameter value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.PitchType
getset

Returns or sets the pitch setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.PitchValue
getset

Returns or sets the pitch value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Annotations.SearchCriteriaCalloutBuilder.ScrewSizeText
getset

Returns or sets the screwSize text

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.ScrewSizeTextType
getset

Returns or sets the ScrewSize setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.TaperAngleType
getset

Returns or sets the taperAngle setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.TaperAngleValue
getset

Returns or sets the taperAngle value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.ValueComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.ThreadDepthType
getset

Returns or sets the threadDepth setting

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.SearchCriteriaCalloutBuilder.ThreadDepthValue
getset

Returns or sets the threadDepth value

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Annotations.SearchCriteriaCalloutBuilder.ThreadSizeText
getset

Returns or sets the threadSize text

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.TextComparisionOptions NXOpen.Annotations.SearchCriteriaCalloutBuilder.ThreadSizeTextType
getset

Returns or sets the threadSize setting

Created in NX9.0.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.