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

Represents a Selection Recipe Strategy based on label ranges. More...

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

Public Member Functions

unsafe void GetLabelRanges (out int[] singleLabels, out int[] startLabels, out int[] endLabels, out int[] increments)
 Get the labels and label ranges. More...
 
unsafe void SetLabelRanges (int[] singleLabels, int[] startLabels, int[] endLabels, int[] increments)
 Set the labels and label ranges. 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...
 
- Properties inherited from NXOpen.CAE.SelRecipeStrategy
unsafe NXOpen.TaggedObject InputFilter [get, set]
 Returns or sets the input filter More...
 

Detailed Description

Represents a Selection Recipe Strategy based on label ranges.

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

Created in NX1847.0.0

Member Function Documentation

unsafe void NXOpen.CAE.SelRecipeLabelRangeStrategy.GetLabelRanges ( out int[]  singleLabels,
out int[]  startLabels,
out int[]  endLabels,
out int[]  increments 
)
inline

Get the labels and label ranges.

Created in NX1847.0.0

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

Parameters
singleLabels
startLabels
endLabels
increments
unsafe void NXOpen.CAE.SelRecipeLabelRangeStrategy.SetLabelRanges ( int[]  singleLabels,
int[]  startLabels,
int[]  endLabels,
int[]  increments 
)
inline

Set the labels and label ranges.

Created in NX1847.0.0

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

Parameters
singleLabels
startLabels
endLabels
increments

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