NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void SetPointAndTolerance (NXOpen.Point point, double tolerance)
 Set the target coordinates. More...
 
unsafe void SetResolvePreference (NXOpen.CAE.SelRecipeCoordinateStrategy.Pref resolvePref)
 Set the resolve preference. More...
 

Properties

unsafe NXOpen.Point Point [get]
 Returns the point. More...
 
unsafe
NXOpen.CAE.SelRecipeCoordinateStrategy.Pref 
ResolvePreference [get]
 Returns the resolve preference. More...
 
unsafe double Tolerance [get]
 Returns the tolerance. More...
 
- Properties inherited from NXOpen.CAE.SelRecipeStrategy
unsafe NXOpen.TaggedObject InputFilter [get, set]
 Returns or sets the input filter More...
 
- Properties inherited from NXOpen.CAE.SelRecipeBaseStrategy
unsafe
NXOpen.CAE.SelRecipeBaseStrategy.Type 
StrategyType [get]
 Returns the strategy type 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

- Public Types inherited from NXOpen.CAE.SelRecipeBaseStrategy
enum  Type {
  Invalid = -1, BoundingVolume, Attribute, LabelRange,
  SingleLabel, Coordinate, Point, Proximity,
  AdjacentFaces, CircularEdges, CylinderFaces, FeatureEdgeNodes,
  FeatureElements, FeatureElementEdges, FeatureElementFaces, FeatureNodes,
  FeatureShellElements, FilletFaces, FilterBodies, FilterEdges,
  FilterElements, FilterFaces, HoleElementEdges, RelatedEdges,
  RelatedElementEdges, RelatedElementFaces, RelatedElements, RelatedCurves,
  RelatedFaces, RelatedNodes, RelatedVertices, SliverFaces,
  SpiderCoreNodes, TangentContinuousEdges, TangentFaces
}
 the strategy type More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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

unsafe void NXOpen.CAE.SelRecipePointStrategy.SetPointAndTolerance ( NXOpen.Point  point,
double  tolerance 
)
inline

Set the target coordinates.

Created in NX1847.0.0

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

Parameters
point
tolerance
unsafe void NXOpen.CAE.SelRecipePointStrategy.SetResolvePreference ( NXOpen.CAE.SelRecipeCoordinateStrategy.Pref  resolvePref)
inline

Set the resolve preference.

Created in NX1847.0.0

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

Parameters
resolvePref

Property Documentation

unsafe NXOpen.Point NXOpen.CAE.SelRecipePointStrategy.Point
get

Returns the point.

Created in NX1847.0.0

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

unsafe NXOpen.CAE.SelRecipeCoordinateStrategy.Pref NXOpen.CAE.SelRecipePointStrategy.ResolvePreference
get

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")

unsafe double NXOpen.CAE.SelRecipePointStrategy.Tolerance
get

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.