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

Represents a NXOpen.CAE.CfdLocalResolutionConstraint builder More...

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

Public Types

enum  LocalSubdivisions {
  Zero, One, Two, Three,
  Four, Five
}
 The local subdivision. More...
 
enum  Priority { Low, Medium, High }
 The priority level. More...
 
enum  ResolutionDensity { SizeonObjects, SizeonElements, SizeinBoundingBox, SizeinBoundingSphere }
 The Resolution density type. More...
 
enum  Sizing { RelativeRefinement, RelativeCoarsening, Absolute }
 The sizing option. More...
 

Properties

unsafe NXOpen.Point BboxPoint [get, set]
 Returns or sets the bbox point More...
 
unsafe NXOpen.Expression BsphereRadius [get]
 Returns the bsphere radius More...
 
unsafe NXOpen.Expression LocalResolution [get]
 Returns the local resolution More...
 
unsafe
NXOpen.CAE.CfdLocalResolutionConstraintBuilder.LocalSubdivisions 
LocalSubdivision [get, set]
 Returns or sets the local subdivision More...
 
unsafe string NameString [get, set]
 Returns or sets the name string More...
 
unsafe NXOpen.Point PointSelection [get, set]
 Returns or sets the point selection More...
 
unsafe
NXOpen.CAE.CfdLocalResolutionConstraintBuilder.Priority 
PriorityLevel [get, set]
 Returns or sets the priority level More...
 
unsafe
NXOpen.CAE.CfdLocalResolutionConstraintBuilder.ResolutionDensity 
ResolutionDensityType [get, set]
 Returns or sets the resolution density type More...
 
unsafe
NXOpen.SelectTaggedObjectList 
SelectElement [get]
 Returns the selected shell element More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
SelectObject [get]
 Returns the select object More...
 
unsafe
NXOpen.CAE.CfdLocalResolutionConstraintBuilder.Sizing 
SizingOption [get, set]
 Returns or sets the sizing option 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 Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.CAE.CfdLocalResolutionConstraint builder

To create a new instance of this class, use NXOpen.CAE.CfdLocalResolutionConstraintCollection.CreateBuilder

Created in NX9.0.0

Member Enumeration Documentation

The local subdivision.

Enumerator
Zero 
One 
Two 
Three 
Four 
Five 

The priority level.

Enumerator
Low 
Medium 
High 

The Resolution density type.

Enumerator
SizeonObjects 
SizeonElements 
SizeinBoundingBox 
SizeinBoundingSphere 

The sizing option.

Enumerator
RelativeRefinement 
RelativeCoarsening 
Absolute 

Property Documentation

unsafe NXOpen.Point NXOpen.CAE.CfdLocalResolutionConstraintBuilder.BboxPoint
getset

Returns or sets the bbox point

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_adv_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")

unsafe NXOpen.Expression NXOpen.CAE.CfdLocalResolutionConstraintBuilder.BsphereRadius
get

Returns the bsphere radius

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.CfdLocalResolutionConstraintBuilder.LocalResolution
get

Returns the local resolution

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.CAE.CfdLocalResolutionConstraintBuilder.LocalSubdivisions NXOpen.CAE.CfdLocalResolutionConstraintBuilder.LocalSubdivision
getset

Returns or sets the local subdivision

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_adv_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")

unsafe string NXOpen.CAE.CfdLocalResolutionConstraintBuilder.NameString
getset

Returns or sets the name string

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_adv_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")

unsafe NXOpen.Point NXOpen.CAE.CfdLocalResolutionConstraintBuilder.PointSelection
getset

Returns or sets the point selection

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_adv_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")

unsafe NXOpen.CAE.CfdLocalResolutionConstraintBuilder.Priority NXOpen.CAE.CfdLocalResolutionConstraintBuilder.PriorityLevel
getset

Returns or sets the priority level

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_adv_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")

unsafe NXOpen.CAE.CfdLocalResolutionConstraintBuilder.ResolutionDensity NXOpen.CAE.CfdLocalResolutionConstraintBuilder.ResolutionDensityType
getset

Returns or sets the resolution density type

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_adv_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")

unsafe NXOpen.SelectTaggedObjectList NXOpen.CAE.CfdLocalResolutionConstraintBuilder.SelectElement
get

Returns the selected shell element

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.SelectDisplayableObjectList NXOpen.CAE.CfdLocalResolutionConstraintBuilder.SelectObject
get

Returns the select object

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.CAE.CfdLocalResolutionConstraintBuilder.Sizing NXOpen.CAE.CfdLocalResolutionConstraintBuilder.SizingOption
getset

Returns or sets the sizing option

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_adv_fld_mod_solv ("NX Advanced Fluid Modeling - Full") OR sc_acou_meshing (" SC Acoustic Meshing")


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