NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::CfdLocalResolutionConstraintBuilder Class Reference

Represents a NXOpen::CAE::CfdLocalResolutionConstraint builder
To create a new instance of this class, use NXOpen::CAE::CfdLocalResolutionConstraintCollection::CreateBuilder

Created in NX9.0.0. More...

Inheritance diagram for NXOpen::CAE::CfdLocalResolutionConstraintBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  LocalSubdivisions {
  LocalSubdivisionsZero, LocalSubdivisionsOne, LocalSubdivisionsTwo, LocalSubdivisionsThree,
  LocalSubdivisionsFour, LocalSubdivisionsFive
}
 The local subdivision. More...
 
enum  Priority { PriorityLow, PriorityMedium, PriorityHigh }
 The priority level. More...
 
enum  ResolutionDensity { ResolutionDensitySizeonObjects, ResolutionDensitySizeonElements, ResolutionDensitySizeinBoundingBox, ResolutionDensitySizeinBoundingSphere }
 The Resolution density type. More...
 
enum  Sizing { SizingRelativeRefinement, SizingRelativeCoarsening, SizingAbsolute }
 The sizing option. More...
 

Public Member Functions

NXOpen::PointBboxPoint ()
 Returns the bbox point
Created in NX9.0.0. More...
 
NXOpen::ExpressionBsphereRadius ()
 Returns the bsphere radius
Created in NX9.0.0. More...
 
NXOpen::ExpressionLocalResolution ()
 Returns the local resolution
Created in NX9.0.0. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalSubdivisions LocalSubdivision ()
 Returns the local subdivision
Created in NX9.0.0. More...
 
NXString NameString ()
 Returns the name string
Created in NX9.0.0. More...
 
NXOpen::PointPointSelection ()
 Returns the point selection
Created in NX9.0.0. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Priority PriorityLevel ()
 Returns the priority level
Created in NX9.0.0. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensity ResolutionDensityType ()
 Returns the resolution density type
Created in NX9.0.0. More...
 
NXOpen::SelectTaggedObjectListSelectElement ()
 Returns the selected shell element
Created in NX11.0.0. More...
 
NXOpen::SelectDisplayableObjectListSelectObject ()
 Returns the select object
Created in NX9.0.0. More...
 
void SetBboxPoint (NXOpen::Point *bboxPoint)
 Sets the bbox point
Created in NX9.0.0. More...
 
void SetLocalSubdivision (NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalSubdivisions localSubdivision)
 Sets the local subdivision
Created in NX9.0.0. More...
 
void SetNameString (const NXString &nameString)
 Sets the name string
Created in NX9.0.0. More...
 
void SetNameString (const char *nameString)
 Sets the name string
Created in NX9.0.0. More...
 
void SetPointSelection (NXOpen::Point *pointSelection)
 Sets the point selection
Created in NX9.0.0. More...
 
void SetPriorityLevel (NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Priority priorityLevel)
 Sets the priority level
Created in NX9.0.0. More...
 
void SetResolutionDensityType (NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensity resolutionDensityType)
 Sets the resolution density type
Created in NX9.0.0. More...
 
void SetSizingOption (NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Sizing sizingOption)
 Sets the sizing option
Created in NX9.0.0. More...
 
NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Sizing SizingOption ()
 Returns the sizing option
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. 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
LocalSubdivisionsZero 

zero

LocalSubdivisionsOne 

one

LocalSubdivisionsTwo 

two

LocalSubdivisionsThree 

three

LocalSubdivisionsFour 

four

LocalSubdivisionsFive 

five

The priority level.

Enumerator
PriorityLow 

low

PriorityMedium 

medium

PriorityHigh 

high

The Resolution density type.

Enumerator
ResolutionDensitySizeonObjects 

sizeon objects

ResolutionDensitySizeonElements 

sizeon elements

ResolutionDensitySizeinBoundingBox 

sizein bounding box

ResolutionDensitySizeinBoundingSphere 

sizein bounding sphere

The sizing option.

Enumerator
SizingRelativeRefinement 

relative refinement

SizingRelativeCoarsening 

relative coarsening

SizingAbsolute 

absolute

Member Function Documentation

NXOpen::Point* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::BboxPoint ( )

Returns the bbox point
Created in NX9.0.0.



License requirements : None

NXOpen::Expression* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::BsphereRadius ( )

Returns the bsphere radius
Created in NX9.0.0.



License requirements : None

NXOpen::Expression* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalResolution ( )

Returns the local resolution
Created in NX9.0.0.



License requirements : None

NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalSubdivisions NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalSubdivision ( )

Returns the local subdivision
Created in NX9.0.0.



License requirements : None

NXString NXOpen::CAE::CfdLocalResolutionConstraintBuilder::NameString ( )

Returns the name string
Created in NX9.0.0.



License requirements : None

NXOpen::Point* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::PointSelection ( )

Returns the point selection
Created in NX9.0.0.



License requirements : None

NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Priority NXOpen::CAE::CfdLocalResolutionConstraintBuilder::PriorityLevel ( )

Returns the priority level
Created in NX9.0.0.



License requirements : None

NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensity NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensityType ( )

Returns the resolution density type
Created in NX9.0.0.



License requirements : None

NXOpen::SelectTaggedObjectList* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SelectElement ( )

Returns the selected shell element
Created in NX11.0.0.



License requirements : None

NXOpen::SelectDisplayableObjectList* NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SelectObject ( )

Returns the select object
Created in NX9.0.0.



License requirements : None

void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetBboxPoint ( NXOpen::Point bboxPoint)

Sets the bbox point
Created in NX9.0.0.



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

Parameters
bboxPointbboxpoint
void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetLocalSubdivision ( NXOpen::CAE::CfdLocalResolutionConstraintBuilder::LocalSubdivisions  localSubdivision)

Sets the local subdivision
Created in NX9.0.0.



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

Parameters
localSubdivisionlocalsubdivision
void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetNameString ( const NXString nameString)

Sets the name string
Created in NX9.0.0.



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

Parameters
nameStringnamestring
void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetNameString ( const char *  nameString)

Sets the name string
Created in NX9.0.0.



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

Parameters
nameStringnamestring
void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetPointSelection ( NXOpen::Point pointSelection)

Sets the point selection
Created in NX9.0.0.



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

Parameters
pointSelectionpointselection
void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetPriorityLevel ( NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Priority  priorityLevel)

Sets the priority level
Created in NX9.0.0.



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

Parameters
priorityLevelprioritylevel
void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetResolutionDensityType ( NXOpen::CAE::CfdLocalResolutionConstraintBuilder::ResolutionDensity  resolutionDensityType)

Sets the resolution density type
Created in NX9.0.0.



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

Parameters
resolutionDensityTyperesolutiondensitytype
void NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SetSizingOption ( NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Sizing  sizingOption)

Sets the sizing option
Created in NX9.0.0.



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

Parameters
sizingOptionsizingoption
NXOpen::CAE::CfdLocalResolutionConstraintBuilder::Sizing NXOpen::CAE::CfdLocalResolutionConstraintBuilder::SizingOption ( )

Returns the sizing option
Created in NX9.0.0.



License requirements : None


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