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.SearchModelViewBuilder Class Reference

Represents a NXOpen.Annotations.SearchModelViewBuilder More...

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

Public Types

enum  PmiTypes {
  Dimension, FeatureControlFrame, DatumFeatureSymbol, DatumTarget,
  SurfaceFinish, Note
}
 the search criteria pmitype More...
 
enum  SearchScopeOptions { WorkPart, WorkPartAndComponents }
 seaerch scope type More...
 
enum  TextComparisionOptions { Equals, Contains }
 Represents the text comparision options More...
 
enum  ValueComparisionOptions {
  Less, LessEqual, Equal, MoreEqual,
  More
}
 Represents the value comparision options More...
 

Public Member Functions

unsafe NXOpen.NXObject CreateCriteriaObject (NXOpen.Annotations.SearchModelViewBuilder.PmiTypes searchType)
 Create search criteria object in search model view builder More...
 
unsafe void DeleteCriteriaObject (NXOpen.NXObject criteriaObject)
 Delete search criteria object in search model view builder More...
 
unsafe void ExecuteSearch ()
 TODO: fill in a description for this More...
 
unsafe NXOpen.NXObject[] GetResults ()
 All results More...
 
unsafe void SaveAsModelView ()
 TODO: fill in a description for this More...
 
- 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...
 
- 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.TaggedObjectList CriteriaList [get]
 Returns the criteria list More...
 
unsafe string ModelViewName [get, set]
 Returns or sets the name More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.PmiTypes 
PmiType [get, set]
 Returns or sets the pmi type More...
 
unsafe
NXOpen.Annotations.SearchModelViewBuilder.SearchScopeOptions 
SearchScope [get, set]
 Returns or sets the search scope 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

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

Detailed Description

Represents a NXOpen.Annotations.SearchModelViewBuilder

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

Default values.

Property Value

PmiType

Dimension

Created in NX7.5.0

Member Enumeration Documentation

the search criteria pmitype

Enumerator
Dimension 

dimension type

FeatureControlFrame 

feature control frame type

DatumFeatureSymbol 

datum feature symbol type

DatumTarget 

datum target type

SurfaceFinish 

surface finish type

Note 

note type

seaerch scope type

Enumerator
WorkPart 

work part only

WorkPartAndComponents 

work part and components

Represents the text comparision options

Enumerator
Equals 

Equals

Contains 

Contains

Represents the value comparision options

Enumerator
Less 
LessEqual 
Equal 
MoreEqual 
More 

Member Function Documentation

unsafe NXOpen.NXObject NXOpen.Annotations.SearchModelViewBuilder.CreateCriteriaObject ( NXOpen.Annotations.SearchModelViewBuilder.PmiTypes  searchType)
inline

Create search criteria object in search model view builder

Created in NX7.5.0

License requirements: None.

Parameters
searchTypesearch type
Returns
criteria object
unsafe void NXOpen.Annotations.SearchModelViewBuilder.DeleteCriteriaObject ( NXOpen.NXObject  criteriaObject)
inline

Delete search criteria object in search model view builder

Created in NX7.5.0

License requirements: None.

Parameters
criteriaObjectcriteria Object
unsafe void NXOpen.Annotations.SearchModelViewBuilder.ExecuteSearch ( )
inline

TODO: fill in a description for this

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.NXObject [] NXOpen.Annotations.SearchModelViewBuilder.GetResults ( )
inline

All results

Created in NX7.5.0

License requirements: None.

Returns
unsafe void NXOpen.Annotations.SearchModelViewBuilder.SaveAsModelView ( )
inline

TODO: fill in a description for this

Created in NX7.5.0

License requirements: None.

Property Documentation

unsafe NXOpen.TaggedObjectList NXOpen.Annotations.SearchModelViewBuilder.CriteriaList
get

Returns the criteria list

Created in NX7.5.0

License requirements: None.

unsafe string NXOpen.Annotations.SearchModelViewBuilder.ModelViewName
getset

Returns or sets the name

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.PmiTypes NXOpen.Annotations.SearchModelViewBuilder.PmiType
getset

Returns or sets the pmi type

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SearchModelViewBuilder.SearchScopeOptions NXOpen.Annotations.SearchModelViewBuilder.SearchScope
getset

Returns or sets the search scope

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.