NX Open C++ Reference Guide
|
Represents a @link CAE::FluidDomainRecipe CAE::FluidDomainRecipe@endlink <br> To create a new instance of this class, use @link CAE::FluidDomainCollection::CreateBuilder CAE::FluidDomainCollection::CreateBuilder @endlink <br>
Default values. More...
Public Types | |
enum | IntExtType { IntExtTypeFaceAndNormalVector, IntExtTypePoint, IntExtTypeFromExterior } |
Represents the interior/exterior types. More... | |
Public Member Functions | |
void | AutoSizeButton () |
The calculate Auto Size method. | |
double | ColinearThreshold () |
Returns the colinear decimation threshold Created in NX7.5.2. | |
NXOpen::CAE::CAEBody * | CommitFluidDomain () |
Commits the creation of the CAE::FluidDomainRecipe objects or Commits the changes made to the CAE::FluidDomainRecipe. | |
double | CoplanarThreshold () |
Returns the coplanar decimation threshold Created in NX7.5.2. | |
bool | DoCoplanarDecimation () |
Returns the decimation flag Created in NX7.5.2. | |
bool | DoSharpFeatureEdge () |
Returns the edge snapping flag Created in NX7.5.2. | |
bool | DoSharpFeaturePlaneIntersection () |
Returns the plane intersection detection flag Created in NX7.5.2. | |
NXOpen::Direction * | FaceNormal () |
Returns the face normal Created in NX7.5.2. | |
NXOpen::CAE::SelectCAEFace * | FaceSelection () |
Returns the face selection Created in NX7.5.2. | |
NXOpen::CAE::SelectCAEBodyList * | GeometrySelection () |
Returns the geometry selection Created in NX7.5.2. | |
NXOpen::CAE::FluidDomainBuilder::IntExtType | InteriorExteriorType () |
Returns the interior selection type represented by CAE::FluidDomainBuilder::IntExtType Created in NX7.5.2. | |
NXOpen::Point * | InteriorPoint () |
Returns the interior point. | |
NXOpen::Expression * | Resolution () |
Returns the resolution Created in NX7.5.2. | |
void | SetColinearThreshold (double colinearThreshold) |
Sets the colinear decimation threshold Created in NX7.5.2. | |
void | SetCoplanarThreshold (double coplanarThreshold) |
Sets the coplanar decimation threshold Created in NX7.5.2. | |
void | SetDoCoplanarDecimation (bool doDecimation) |
Sets the decimation flag Created in NX7.5.2. | |
void | SetDoSharpFeatureEdge (bool doSnapping) |
Sets the edge snapping flag Created in NX7.5.2. | |
void | SetDoSharpFeaturePlaneIntersection (bool doSnapping) |
Sets the plane intersection detection flag Created in NX7.5.2. | |
void | SetFaceNormal (NXOpen::Direction *faceNormal) |
Sets the face normal Created in NX7.5.2. | |
void | SetInteriorExteriorType (NXOpen::CAE::FluidDomainBuilder::IntExtType type) |
Sets the interior selection type represented by CAE::FluidDomainBuilder::IntExtType Created in NX7.5.2. | |
void | SetInteriorPoint (NXOpen::Point *point) |
Sets the interior point. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a @link CAE::FluidDomainRecipe CAE::FluidDomainRecipe@endlink <br> To create a new instance of this class, use @link CAE::FluidDomainCollection::CreateBuilder CAE::FluidDomainCollection::CreateBuilder @endlink <br>
Default values.
Property | Value |
---|---|
ColinearThreshold |
0.1 |
CoplanarThreshold |
3.0 |
DoCoplanarDecimation |
true |
InteriorExteriorType |
Created in NX7.5.2.
void NXOpen::CAE::FluidDomainBuilder::AutoSizeButton | ( | ) |
The calculate Auto Size method.
This computes and populates optimal resolution for surface wrapping.
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
double NXOpen::CAE::FluidDomainBuilder::ColinearThreshold | ( | ) |
Returns the colinear decimation threshold
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
NXOpen::CAE::CAEBody* NXOpen::CAE::FluidDomainBuilder::CommitFluidDomain | ( | ) |
Commits the creation of the CAE::FluidDomainRecipe objects or Commits the changes made to the CAE::FluidDomainRecipe.
@return
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
double NXOpen::CAE::FluidDomainBuilder::CoplanarThreshold | ( | ) |
Returns the coplanar decimation threshold
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
bool NXOpen::CAE::FluidDomainBuilder::DoCoplanarDecimation | ( | ) |
Returns the decimation flag
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
bool NXOpen::CAE::FluidDomainBuilder::DoSharpFeatureEdge | ( | ) |
Returns the edge snapping flag
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
bool NXOpen::CAE::FluidDomainBuilder::DoSharpFeaturePlaneIntersection | ( | ) |
Returns the plane intersection detection flag
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
NXOpen::Direction* NXOpen::CAE::FluidDomainBuilder::FaceNormal | ( | ) |
Returns the face normal
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
NXOpen::CAE::SelectCAEFace* NXOpen::CAE::FluidDomainBuilder::FaceSelection | ( | ) |
Returns the face selection
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
NXOpen::CAE::SelectCAEBodyList* NXOpen::CAE::FluidDomainBuilder::GeometrySelection | ( | ) |
Returns the geometry selection
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
NXOpen::CAE::FluidDomainBuilder::IntExtType NXOpen::CAE::FluidDomainBuilder::InteriorExteriorType | ( | ) |
Returns the interior selection type represented by CAE::FluidDomainBuilder::IntExtType
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
NXOpen::Point* NXOpen::CAE::FluidDomainBuilder::InteriorPoint | ( | ) |
Returns the interior point.
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
NXOpen::Expression* NXOpen::CAE::FluidDomainBuilder::Resolution | ( | ) |
Returns the resolution
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
void NXOpen::CAE::FluidDomainBuilder::SetColinearThreshold | ( | double | colinearThreshold | ) |
Sets the colinear decimation threshold
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
colinearThreshold | colinearthreshold |
void NXOpen::CAE::FluidDomainBuilder::SetCoplanarThreshold | ( | double | coplanarThreshold | ) |
Sets the coplanar decimation threshold
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
coplanarThreshold | coplanarthreshold |
void NXOpen::CAE::FluidDomainBuilder::SetDoCoplanarDecimation | ( | bool | doDecimation | ) |
Sets the decimation flag
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
doDecimation | dodecimation |
void NXOpen::CAE::FluidDomainBuilder::SetDoSharpFeatureEdge | ( | bool | doSnapping | ) |
Sets the edge snapping flag
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
doSnapping | dosnapping |
void NXOpen::CAE::FluidDomainBuilder::SetDoSharpFeaturePlaneIntersection | ( | bool | doSnapping | ) |
Sets the plane intersection detection flag
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
doSnapping | dosnapping |
void NXOpen::CAE::FluidDomainBuilder::SetFaceNormal | ( | NXOpen::Direction * | faceNormal | ) |
Sets the face normal
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
faceNormal | facenormal |
void NXOpen::CAE::FluidDomainBuilder::SetInteriorExteriorType | ( | NXOpen::CAE::FluidDomainBuilder::IntExtType | type | ) |
Sets the interior selection type represented by CAE::FluidDomainBuilder::IntExtType
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
type | type |
void NXOpen::CAE::FluidDomainBuilder::SetInteriorPoint | ( | NXOpen::Point * | point | ) |
Sets the interior point.
Created in NX7.5.2.
License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")
point | point |