NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::SelRecipeProximityStrategy Class Reference

Represents a proximity strategy. More...

Inheritance diagram for NXOpen::CAE::SelRecipeProximityStrategy:
NXOpen::CAE::SelRecipeStrategy NXOpen::CAE::SelRecipeBaseStrategy NXOpen::TaggedObject

Public Member Functions

std::vector
< NXOpen::TaggedObject * > 
GetEntities ()
 Gets entities in to the proximity strategy. More...
 
void SetEntitiesAndTolerance (const std::vector< NXOpen::TaggedObject * > &objects, double tolerance)
 Set entities in to the proximity strategy
Created in NX1847.0.0. More...
 
double Tolerance ()
 Returns the tolerance in to the proximity strategy. More...
 
- Public Member Functions inherited from NXOpen::CAE::SelRecipeStrategy
NXOpen::TaggedObjectInputFilter ()
 Returns the input filter
Created in NX1847.0.0. More...
 
void SetInputFilter (NXOpen::TaggedObject *inpFilter)
 Sets the input filter
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::SelRecipeBaseStrategy
NXOpen::CAE::SelRecipeBaseStrategy::Type StrategyType ()
 Returns the strategy type
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::CAE::SelRecipeBaseStrategy
enum  Type {
  TypeInvalid = -1, TypeBoundingVolume, TypeAttribute, TypeLabelRange,
  TypeSingleLabel, TypeCoordinate, TypePoint, TypeProximity,
  TypeAdjacentFaces, TypeCircularEdges, TypeCylinderFaces, TypeFeatureEdgeNodes,
  TypeFeatureElements, TypeFeatureElementEdges, TypeFeatureElementFaces, TypeFeatureNodes,
  TypeFeatureShellElements, TypeFilletFaces, TypeFilterBodies, TypeFilterEdges,
  TypeFilterElements, TypeFilterFaces, TypeHoleElementEdges, TypeRelatedEdges,
  TypeRelatedElementEdges, TypeRelatedElementFaces, TypeRelatedElements, TypeRelatedCurves,
  TypeRelatedFaces, TypeRelatedNodes, TypeRelatedVertices, TypeSliverFaces,
  TypeTangentContinuousEdges, TypeTangentFaces
}
 the strategy type More...
 

Detailed Description

Represents a proximity strategy.


Use the NXOpen::CAE::SelRecipeBuilder class to add strategy.

Created in NX1847.0.0.

Member Function Documentation

std::vector<NXOpen::TaggedObject *> NXOpen::CAE::SelRecipeProximityStrategy::GetEntities ( )

Gets entities in to the proximity strategy.

Returns

Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::SelRecipeProximityStrategy::SetEntitiesAndTolerance ( const std::vector< NXOpen::TaggedObject * > &  objects,
double  tolerance 
)

Set entities in to the proximity strategy
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
objectsobjects
tolerancetolerance
double NXOpen::CAE::SelRecipeProximityStrategy::Tolerance ( )

Returns the tolerance in to the proximity strategy.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")


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