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

Represents Bounding Volume based Selection Recipe More...

Inheritance diagram for NXOpen.CAE.BoundingVolumeSelectionRecipe:
NXOpen.CAE.SelectionRecipe NXOpen.DisplayableObject NXOpen.NXObject NXOpen.IFitTo NXOpen.TaggedObject NXOpen.INXObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe
NXOpen.CAE.BoundingVolumePrimitive 
BoundingVolume [get]
 Returns the bounding volume primitive associated with selection recipe More...
 
- Properties inherited from NXOpen.CAE.SelectionRecipe
NXOpen.CAE.SelectionRecipeDisplay Display [get]
 Returns the display attributes belonging to the Selection Recipe More...
 
- Properties inherited from NXOpen.DisplayableObject
unsafe int Color [get, set]
 Returns or sets the color of the object. More...
 
unsafe bool IsBlanked [get]
 Returns the blank status of this object. More...
 
unsafe int Layer [get, set]
 Returns or sets the layer that the object is in. More...
 
unsafe
NXOpen.DisplayableObject.ObjectFont 
LineFont [get, set]
 Returns or sets the line font of the object. More...
 
unsafe
NXOpen.DisplayableObject.ObjectWidth 
LineWidth [get, set]
 Returns or sets the line width of the object. More...
 
unsafe NXOpen.Point3d NameLocation [get]
 Returns the location of the object's name. More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. 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...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.DisplayableObject
enum  ObjectFont {
  Solid = 1, Dashed, Phantom, Centerline,
  Dotted, LongDashed, DottedDashed, Eight = 11,
  Nine, Ten, Eleven
}
 specifies the object font for objects such as lines More...
 
enum  ObjectWidth {
  Normal, Thick, Thin, One = 5,
  Two, Three, Four, Five,
  Six, Seven, Eight, Nine
}
 specifies object width for objects such as lines and text More...
 
- Public Member Functions inherited from NXOpen.CAE.SelectionRecipe
unsafe NXOpen.TaggedObject[] GetEntities ()
 Gets entities in the Selection Recipe. More...
 
unsafe void GetEntityTypes (out NXOpen.CAE.CaeSetGroupFilterType[] entityTypes)
 Returns Entity Types supported by the Selection Recipe. More...
 
unsafe string GetName ()
 Gets the name of the Selection Recipe More...
 
unsafe
NXOpen.CAE.SelRecipeBaseStrategy 
GetNthStrategy (int index)
 Returns the Nth Strategy for the Selection Recipe More...
 
unsafe bool HasNonDisplayableEntities ()
 Returns whether the Selection Recipe has non-displayable entities More...
 
unsafe void HideContents ()
 Hide the contents of the Selection Recipe. More...
 
unsafe void Information ()
 Display information of this Selection Recipe More...
 
unsafe void SetName (string name)
 Sets the name of the Selection Recipe More...
 
unsafe void ShowContents ()
 Show the contents of the Selection Recipe. More...
 
unsafe void ShowContentsOnly ()
 Shows the contents of the Selection Recipe only. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents Bounding Volume based Selection Recipe

To obtain an instance of this object use one of the creator in NXOpen.CAE.SelectionRecipeCollection .

Created in NX12.0.0

Property Documentation

unsafe NXOpen.CAE.BoundingVolumePrimitive NXOpen.CAE.BoundingVolumeSelectionRecipe.BoundingVolume
get

Returns the bounding volume primitive associated with selection recipe

Created in NX12.0.0

Deprecated in NX1847.0.0. Use CAE.SelRecipeBoundingVolumeStrategy.BoundingVolume instead.

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.