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

Represents a point strategy that resolves to a single node. More...

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

Public Member Functions

NXOpen::PointPoint ()
 Returns the point. More...
 
NXOpen::CAE::SelRecipeCoordinateStrategy::Pref ResolvePreference ()
 Returns the resolve preference. More...
 
void SetPointAndTolerance (NXOpen::Point *point, double tolerance)
 Set the target coordinates. More...
 
void SetResolvePreference (NXOpen::CAE::SelRecipeCoordinateStrategy::Pref resolvePref)
 Set the resolve preference. More...
 
double Tolerance ()
 Returns the tolerance. 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 point strategy that resolves to a single node.


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

Created in NX1847.0.0.

Member Function Documentation

NXOpen::Point* NXOpen::CAE::SelRecipePointStrategy::Point ( )

Returns the point.


Created in NX1847.0.0.

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

NXOpen::CAE::SelRecipeCoordinateStrategy::Pref NXOpen::CAE::SelRecipePointStrategy::ResolvePreference ( )

Returns the resolve preference.

Set to Lowest Label by default.Used as declash in case the recipe finds multiple nodes within tolerance
Created in NX1847.0.0.

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

void NXOpen::CAE::SelRecipePointStrategy::SetPointAndTolerance ( NXOpen::Point point,
double  tolerance 
)

Set the target coordinates.


Created in NX1847.0.0.

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

Parameters
pointpoint
tolerancetolerance
void NXOpen::CAE::SelRecipePointStrategy::SetResolvePreference ( NXOpen::CAE::SelRecipeCoordinateStrategy::Pref  resolvePref)

Set the resolve preference.


Created in NX1847.0.0.

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

Parameters
resolvePrefresolvepref
double NXOpen::CAE::SelRecipePointStrategy::Tolerance ( )

Returns the tolerance.


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.