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

Clone Selection Recipe Builder More...

Inheritance diagram for NXOpen.CAE.CloneSelRecipeBuilder:
NXOpen.CAE.SelRecipeBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe bool DeleteSourceRecipe [get, set]
 Returns or sets the delete source sel recipe More...
 
unsafe NXOpen.CAE.SelectionRecipe SourceSelRecipe [get, set]
 Returns or sets the source sel recipe More...
 
- Properties inherited from NXOpen.CAE.SelRecipeBuilder
unsafe string RecipeName [get, set]
 Returns or sets the selection recipe name More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. 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.SelRecipeBuilder
enum  InputFilterType { EntireModel, Mesh, Body, Component }
 the input filter type More...
 
- Public Member Functions inherited from NXOpen.CAE.SelRecipeBuilder
unsafe NXOpen.CAE.SelRecipeAdapter AddAdapter (NXOpen.SelectionMethod selectionMethod)
 Add an Adapter Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeBoundingVolumeStrategy 
AddArbitraryVolMeshStrategy (NXOpen.CAE.Mesh mesh, NXOpen.CAE.CaeSetGroupFilterType[] entityTypes, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add an Arbitary Bounding Volume Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeBoundingVolumeStrategy 
AddArbitraryVolPolygonBodyStrategy (NXOpen.CAE.CAEBody body, NXOpen.CAE.CaeSetGroupFilterType[] entityTypes, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add an Arbitary Bounding Volume Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeAttributeStrategy 
AddAttributeStrategy (NXOpen.CAE.CaeSetGroupFilterType entityType, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add an Attribute Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeBoundingVolumeStrategy 
AddBoxBoundingVolumeStrategy (NXOpen.Point centerPoint, NXOpen.Point targetPoint, NXOpen.CAE.CaeSetGroupFilterType[] entityTypes, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Box Bounding Volume Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeBoundingVolumeStrategy 
AddBoxBoundingVolumeStrategy (NXOpen.CoordinateSystem centerCsys, NXOpen.Expression length, NXOpen.Expression width, NXOpen.Expression height, NXOpen.CAE.CaeSetGroupFilterType[] entityTypes, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Box Bounding Volume Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeCoordinateStrategy 
AddCoordinateStrategy (NXOpen.Point3d coordinates, double tolerance, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Coordinate based Single Node Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeBoundingVolumeStrategy 
AddCylinderBoundingVolumeStrategy (NXOpen.CoordinateSystem centerCsys, NXOpen.Expression diameter, NXOpen.Expression cylinderHeight, NXOpen.CAE.CaeSetGroupFilterType[] entityTypes, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Cylinder Bounding Volume Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeBoundingVolumeStrategy 
AddCylinderBoundingVolumeStrategy (NXOpen.Expression diameter, NXOpen.Point baseCenter, NXOpen.Point topCenter, NXOpen.CAE.CaeSetGroupFilterType[] entityTypes, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Cylinder Bounding Volume Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeLabelRangeStrategy 
AddLabelRangeStrategy (int[] singleLabels, int[] startLabels, int[] endLabels, int[] increments, NXOpen.CAE.CaeSetGroupFilterType entityType, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Label Range Strategy More...
 
unsafe
NXOpen.CAE.SelRecipePointStrategy 
AddPointStrategy (NXOpen.Point point, double tolerance, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Point based Single Node Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeProximityStrategy 
AddProximityStrategy (NXOpen.TaggedObject[] selectedObject, double tolerance, NXOpen.CAE.CaeSetGroupFilterType entityType, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Proximity Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeSingleLabelStrategy 
AddSingleLabelStrategy (int nodeLabel, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Single Label Node Strategy More...
 
unsafe
NXOpen.CAE.SelRecipeBoundingVolumeStrategy 
AddSphereBoundingVolumeStrategy (NXOpen.Point centerPoint, NXOpen.Expression diameter, NXOpen.CAE.CaeSetGroupFilterType[] entityTypes, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Add a Sphere Bounding Volume Strategy More...
 
unsafe void DeleteLastNStrategies (int nStrategies)
 Delete Last N Strategies More...
 
unsafe
NXOpen.CAE.SelRecipeBaseStrategy 
GetNthStrategy (int index)
 Returns the Nth Strategy More...
 
unsafe void ResetEntityTypes (NXOpen.CAE.SelRecipeStrategy strategy, NXOpen.CAE.CaeSetGroupFilterType[] entityTypes, NXOpen.CAE.SelRecipeBuilder.InputFilterType inputFilterType, NXOpen.TaggedObject inputFilter)
 Edit Entity Types of Bounding Volume Strategy. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Clone Selection Recipe Builder

To obtain an instance of this class use CAE::SelectionRecipeCollection

Created in NX1872.0.0

Property Documentation

unsafe bool NXOpen.CAE.CloneSelRecipeBuilder.DeleteSourceRecipe
getset

Returns or sets the delete source sel recipe

Created in NX1872.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.SelectionRecipe NXOpen.CAE.CloneSelRecipeBuilder.SourceSelRecipe
getset

Returns or sets the source sel recipe

Created in NX1872.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

License requirements to set this property: 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.