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

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

Created in NX11.0.0. More...

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

Public Types

enum  LocalSubdivisions {
  LocalSubdivisionsZero, LocalSubdivisionsOne, LocalSubdivisionsTwo, LocalSubdivisionsThree,
  LocalSubdivisionsFour, LocalSubdivisionsFive
}
 The maximum local subdivision. More...
 
enum  Priority { PriorityLow, PriorityMedium, PriorityHigh }
 The priority level. More...
 
enum  Sizing { SizingRelativeRefinement, SizingRelativeCoarsening, SizingAbsolute }
 The sizing option. More...
 

Public Member Functions

NXOpen::ExpressionLocalResolution ()
 Returns the minimum local resolution
Created in NX11.0.0. More...
 
NXOpen::CAE::CfdAutoRefinementConstraintBuilder::LocalSubdivisions LocalSubdivision ()
 Returns the maximum local subdivision
Created in NX11.0.0. More...
 
NXString NameString ()
 Returns the name of the constraint
Created in NX11.0.0. More...
 
NXOpen::CAE::CfdAutoRefinementConstraintBuilder::Priority PriorityLevel ()
 Returns the priority level
Created in NX11.0.0. More...
 
NXOpen::SelectDisplayableObjectListSelectObject ()
 Returns the list of selected objects
Created in NX11.0.0. More...
 
void SetLocalSubdivision (NXOpen::CAE::CfdAutoRefinementConstraintBuilder::LocalSubdivisions localSubdivision)
 Sets the maximum local subdivision
Created in NX11.0.0. More...
 
void SetNameString (const NXString &nameString)
 Sets the name of the constraint
Created in NX11.0.0. More...
 
void SetNameString (const char *nameString)
 Sets the name of the constraint
Created in NX11.0.0. More...
 
void SetPriorityLevel (NXOpen::CAE::CfdAutoRefinementConstraintBuilder::Priority priorityLevel)
 Sets the priority level
Created in NX11.0.0. More...
 
void SetSizingOption (NXOpen::CAE::CfdAutoRefinementConstraintBuilder::Sizing sizingOption)
 Sets the sizing option
Created in NX11.0.0. More...
 
NXOpen::CAE::CfdAutoRefinementConstraintBuilder::Sizing SizingOption ()
 Returns the sizing option
Created in NX11.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::CfdAutoRefinementConstraint builder
To create a new instance of this class, use NXOpen::CAE::CfdAutoRefinementConstraintCollection::CreateBuilder

Created in NX11.0.0.


Member Enumeration Documentation

The maximum local subdivision.

Enumerator
LocalSubdivisionsZero 

No local subdivision.

LocalSubdivisionsOne 

One level of subdivision.

LocalSubdivisionsTwo 

Two levels of subdivision.

LocalSubdivisionsThree 

Three levels of subdivision.

LocalSubdivisionsFour 

Four levels of subdivision.

LocalSubdivisionsFive 

Five levels of subdivision.

The priority level.

Enumerator
PriorityLow 

Low priority.

PriorityMedium 

Medium priority.

PriorityHigh 

High priority.

The sizing option.

Enumerator
SizingRelativeRefinement 

Set relative refinement through local subdivisions.

SizingRelativeCoarsening 

Set relative coarsening through local subdivisions.

SizingAbsolute 

Set aboslute resolution.

Member Function Documentation

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

Returns the minimum local resolution
Created in NX11.0.0.



License requirements : None

NXOpen::CAE::CfdAutoRefinementConstraintBuilder::LocalSubdivisions NXOpen::CAE::CfdAutoRefinementConstraintBuilder::LocalSubdivision ( )

Returns the maximum local subdivision
Created in NX11.0.0.



License requirements : None

NXString NXOpen::CAE::CfdAutoRefinementConstraintBuilder::NameString ( )

Returns the name of the constraint
Created in NX11.0.0.



License requirements : None

NXOpen::CAE::CfdAutoRefinementConstraintBuilder::Priority NXOpen::CAE::CfdAutoRefinementConstraintBuilder::PriorityLevel ( )

Returns the priority level
Created in NX11.0.0.



License requirements : None

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

Returns the list of selected objects
Created in NX11.0.0.



License requirements : None

void NXOpen::CAE::CfdAutoRefinementConstraintBuilder::SetLocalSubdivision ( NXOpen::CAE::CfdAutoRefinementConstraintBuilder::LocalSubdivisions  localSubdivision)

Sets the maximum local subdivision
Created in NX11.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::CfdAutoRefinementConstraintBuilder::SetNameString ( const NXString nameString)

Sets the name of the constraint
Created in NX11.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::CfdAutoRefinementConstraintBuilder::SetNameString ( const char *  nameString)

Sets the name of the constraint
Created in NX11.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::CfdAutoRefinementConstraintBuilder::SetPriorityLevel ( NXOpen::CAE::CfdAutoRefinementConstraintBuilder::Priority  priorityLevel)

Sets the priority level
Created in NX11.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::CfdAutoRefinementConstraintBuilder::SetSizingOption ( NXOpen::CAE::CfdAutoRefinementConstraintBuilder::Sizing  sizingOption)

Sets the sizing option
Created in NX11.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::CfdAutoRefinementConstraintBuilder::Sizing NXOpen::CAE::CfdAutoRefinementConstraintBuilder::SizingOption ( )

Returns the sizing option
Created in NX11.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.