NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.SelRecipeCoordinateStrategy Class Reference

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

Inheritance diagram for NXOpen.CAE.SelRecipeCoordinateStrategy:
NXOpen.CAE.SelRecipeStrategy NXOpen.CAE.SelRecipeBaseStrategy NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Pref { LowestLabel, HighestLabel, ClosestNode }
 the resolve preference More...
 

Public Member Functions

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

Properties

unsafe NXOpen.Point3d Coordinates [get]
 Returns the target coordinates. 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

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

Detailed Description

Represents a coordinate strategy that resolves to a single node

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

Created in NX1847.0.0

Member Enumeration Documentation

the resolve preference

Enumerator
LowestLabel 
HighestLabel 
ClosestNode 

Member Function Documentation

unsafe void NXOpen.CAE.SelRecipeCoordinateStrategy.SetCoordinatesAndTolerance ( NXOpen.Point3d  coordinates,
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
coordinates
tolerance
unsafe void NXOpen.CAE.SelRecipeCoordinateStrategy.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.Point3d NXOpen.CAE.SelRecipeCoordinateStrategy.Coordinates
get

Returns the target coordinates.

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.SelRecipeCoordinateStrategy.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.SelRecipeCoordinateStrategy.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.