NX Open C++ Reference Guide
Public Member Functions
NXOpen::ScCollector Class Reference

Sc Collector
To create a new instance of this class, use ScCollectorCollection::CreateCollector

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::ScCollector:
NXOpen::DisplayableObject NXOpen::NXObject NXOpen::IFitTo NXOpen::TaggedObject NXOpen::INXObject NXOpen::INXObject

List of all members.

Public Member Functions

NXOpen::ScCollectorCopyCollector ()
 Copy collector object.
void Destroy ()
 Destroy the ScCollector object
Created in NX5.0.0.
std::vector
< NXOpen::TaggedObject * > 
GetObjects ()
 Returns the contents of a collector.
void GetRules (std::vector< NXOpen::SelectionIntentRule * > &rules)
 Returns the rules of the a collector.
void RemoveRule (int ruleIndex)
 Remove collector rule
Created in NX7.0.0.
void RemoveRules (const std::vector< NXOpen::SelectionIntentRule * > &rules)
 Remove collector rules
Created in NX8.0.0.
void ReplaceRules (const std::vector< NXOpen::SelectionIntentRule * > &rules, bool createRulesWoUpdate)
 Replace collector rules.
void ReplaceRules (const std::vector< NXOpen::SelectionIntentRule * > &rules, const std::vector< NXOpen::DisplayableObject * > &negatedEntities, bool createRulesWoUpdate)
 Replace collector rules and specify negated entities.
void SetInterpart (bool interpart)
 Sets inter-part status
Created in NX6.0.0.

Detailed Description

Sc Collector
To create a new instance of this class, use ScCollectorCollection::CreateCollector

Created in NX4.0.0.



Member Function Documentation

Copy collector object.

Returns:

Created in NX8.0.0.

License requirements : None

Destroy the ScCollector object
Created in NX5.0.0.



License requirements : None

Returns the contents of a collector.

Returns:

Created in NX6.0.0.

License requirements : None
void NXOpen::ScCollector::GetRules ( std::vector< NXOpen::SelectionIntentRule * > &  rules)

Returns the rules of the a collector.


Created in NX6.0.0.

License requirements : None

Parameters:
rulesSelection intent rules.
void NXOpen::ScCollector::RemoveRule ( int  ruleIndex)

Remove collector rule
Created in NX7.0.0.



License requirements : None

Parameters:
ruleIndexindex (starting from 0) of the rule to be removed
void NXOpen::ScCollector::RemoveRules ( const std::vector< NXOpen::SelectionIntentRule * > &  rules)

Remove collector rules
Created in NX8.0.0.



License requirements : None

Parameters:
rulesSelection intent rules to be removed
void NXOpen::ScCollector::ReplaceRules ( const std::vector< NXOpen::SelectionIntentRule * > &  rules,
bool  createRulesWoUpdate 
)

Replace collector rules.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
rulesSelection intent rules. To create selection intent rules see documentation of ScRuleFactory for more details.
createRulesWoUpdateFlag to tell whether rules should be created wo_update
void NXOpen::ScCollector::ReplaceRules ( const std::vector< NXOpen::SelectionIntentRule * > &  rules,
const std::vector< NXOpen::DisplayableObject * > &  negatedEntities,
bool  createRulesWoUpdate 
)

Replace collector rules and specify negated entities.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
rulesSelection intent rules. To create selection intent rules see documentation of ScRuleFactory for more details.
negatedEntitiesEntities in the rules that should be removed from the collector.
createRulesWoUpdateFlag to tell whether rules should be created wo_update
void NXOpen::ScCollector::SetInterpart ( bool  interpart)

Sets inter-part status
Created in NX6.0.0.



License requirements : None

Parameters:
interpartTrue to set collector as interpart

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