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

Represents a NXOpen::CAE::FluidDomainRecipe
To create a new instance of this class, use NXOpen::CAE::FluidDomainCollection::CreateBuilder
Default values. More...

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

Public Types

enum  IntExtType { IntExtTypeFaceAndNormalVector, IntExtTypePoint, IntExtTypeFromExterior }
 Represents the interior/exterior types. More...
 
enum  OutputOptionsType { OutputOptionsTypeBodyOnly, OutputOptionsTypeBodyandMesh, OutputOptionsTypeMeshOnly }
 Represents the output types. More...
 

Public Member Functions

void AutoSizeButton ()
 The calculate Auto Size method. More...
 
double ColinearThreshold ()
 Returns the colinear decimation threshold - obsolete: always using surface wrapper default values
Created in NX7.5.2. More...
 
NXString CollectorName ()
 Returns the collector name selection to place the new element collector into
Created in NX11.0.0. More...
 
NXOpen::CAE::CAEBodyCommitFluidDomain ()
 Commits the creation of the NXOpen::CAE::FluidDomainRecipe objects or Commits the changes made to the NXOpen::CAE::FluidDomainRecipe. More...
 
double CoplanarThreshold ()
 Returns the coplanar decimation threshold - obsolete: always using surface wrapper default values
Created in NX7.5.2. More...
 
bool DoCoplanarDecimation ()
 Returns the decimation flag - obsolete: always using surface wrapper default values
Created in NX7.5.2. More...
 
bool DoExportMeshToSolver ()
 Returns the export mesh to solver flag. More...
 
bool DoSharpFeatureEdge ()
 Returns the edge snapping flag - obsolete: use SnapToSourceBoundaries() instead
Created in NX7.5.2. More...
 
bool DoSharpFeaturePlaneIntersection ()
 Returns the plane intersection detection flag - obsolete: use SnapToSourceBoundaries() instead
Created in NX7.5.2. More...
 
NXOpen::CAE::ElementTypeBuilderElementType ()
 Returns the element type builder
Created in NX11.0.0. More...
 
NXOpen::DirectionFaceNormal ()
 Returns the face normal
Created in NX7.5.2. More...
 
NXOpen::CAE::SelectCAEFaceFaceSelection ()
 Returns the face selection
Created in NX7.5.2. More...
 
NXOpen::ExpressionFeatureAngle ()
 Returns the feature angle specifies the minimum angle between the normals of 2 elements sharing an edge for the edge to be considered for snapping
Created in NX11.0.0. More...
 
NXOpen::SelectTaggedObjectListGeometrySelection ()
 Returns the geometry selection
Created in NX7.5.2. More...
 
NXOpen::CAE::FluidDomainBuilder::IntExtType InteriorExteriorType ()
 Returns the interior selection type represented by NXOpen::CAE::FluidDomainBuilder::IntExtType
Created in NX7.5.2. More...
 
NXOpen::PointInteriorPoint ()
 Returns the interior point. More...
 
NXOpen::CAE::FluidDomainBuilder::OutputOptionsType OutputType ()
 Returns the output selection type represented by NXOpen::CAE::FluidDomainBuilder::OutputOptionsType
Created in NX11.0.0. More...
 
NXOpen::ExpressionResolution ()
 Returns the resolution
Created in NX7.5.2. More...
 
void SetColinearThreshold (double colinearThreshold)
 Sets the colinear decimation threshold - obsolete: always using surface wrapper default values
Created in NX7.5.2. More...
 
void SetCollectorName (const NXString &collectorName)
 Sets the collector name selection to place the new element collector into
Created in NX11.0.0. More...
 
void SetCollectorName (const char *collectorName)
 Sets the collector name selection to place the new element collector into
Created in NX11.0.0. More...
 
void SetCoplanarThreshold (double coplanarThreshold)
 Sets the coplanar decimation threshold - obsolete: always using surface wrapper default values
Created in NX7.5.2. More...
 
void SetDoCoplanarDecimation (bool doDecimation)
 Sets the decimation flag - obsolete: always using surface wrapper default values
Created in NX7.5.2. More...
 
void SetDoExportMeshToSolver (bool doExporting)
 Sets the export mesh to solver flag. More...
 
void SetDoSharpFeatureEdge (bool doSnapping)
 Sets the edge snapping flag - obsolete: use SnapToSourceBoundaries() instead
Created in NX7.5.2. More...
 
void SetDoSharpFeaturePlaneIntersection (bool doSnapping)
 Sets the plane intersection detection flag - obsolete: use SnapToSourceBoundaries() instead
Created in NX7.5.2. More...
 
void SetFaceNormal (NXOpen::Direction *faceNormal)
 Sets the face normal
Created in NX7.5.2. More...
 
void SetInteriorExteriorType (NXOpen::CAE::FluidDomainBuilder::IntExtType type)
 Sets the interior selection type represented by NXOpen::CAE::FluidDomainBuilder::IntExtType
Created in NX7.5.2. More...
 
void SetInteriorPoint (NXOpen::Point *point)
 Sets the interior point. More...
 
void SetOutputType (NXOpen::CAE::FluidDomainBuilder::OutputOptionsType type)
 Sets the output selection type represented by NXOpen::CAE::FluidDomainBuilder::OutputOptionsType
Created in NX11.0.0. More...
 
void SetSmoothingLevel (double smoothingLevel)
 Sets the smoothing level parameter controls the amount of time spent smoothing and snapping in the wrapper engine
Created in NX11.0.0. More...
 
void SetSnapToSourceBoundaries (bool snapToSourceBoundaries)
 Sets the edge snapping to boundaries flag controls whether or not the generated surface wrap body should be projected on the input boundaries
Created in NX11.0.0. More...
 
double SmoothingLevel ()
 Returns the smoothing level parameter controls the amount of time spent smoothing and snapping in the wrapper engine
Created in NX11.0.0. More...
 
bool SnapToSourceBoundaries ()
 Returns the edge snapping to boundaries flag controls whether or not the generated surface wrap body should be projected on the input boundaries
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::FluidDomainRecipe
To create a new instance of this class, use NXOpen::CAE::FluidDomainCollection::CreateBuilder
Default values.

Property Value

InteriorExteriorType

Point


Created in NX7.5.2.

Member Enumeration Documentation

Represents the interior/exterior types.

Enumerator
IntExtTypeFaceAndNormalVector 

The interior specified by providing a face and a normal.

IntExtTypePoint 

The interior specified by providing a point.

IntExtTypeFromExterior 

Wrap from the exterior.

Represents the output types.

Enumerator
OutputOptionsTypeBodyOnly 

The output type specified as only body generation.

OutputOptionsTypeBodyandMesh 

The output type specified as body and mesh generation.

OutputOptionsTypeMeshOnly 

The output type specified as only mesh genberation.

Member Function Documentation

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 - obsolete: always using surface wrapper default values
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

NXString NXOpen::CAE::FluidDomainBuilder::CollectorName ( )

Returns the collector name selection to place the new element collector into
Created in NX11.0.0.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

NXOpen::CAE::CAEBody* NXOpen::CAE::FluidDomainBuilder::CommitFluidDomain ( )

Commits the creation of the NXOpen::CAE::FluidDomainRecipe objects or Commits the changes made to the NXOpen::CAE::FluidDomainRecipe.

Returns

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 - obsolete: always using surface wrapper default values
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

bool NXOpen::CAE::FluidDomainBuilder::DoCoplanarDecimation ( )

Returns the decimation flag - obsolete: always using surface wrapper default values
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

bool NXOpen::CAE::FluidDomainBuilder::DoExportMeshToSolver ( )

Returns the export mesh to solver flag.


Created in NX11.0.0.

License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

bool NXOpen::CAE::FluidDomainBuilder::DoSharpFeatureEdge ( )

Returns the edge snapping flag - obsolete: use SnapToSourceBoundaries() instead
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 - obsolete: use SnapToSourceBoundaries() instead
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

NXOpen::CAE::ElementTypeBuilder* NXOpen::CAE::FluidDomainBuilder::ElementType ( )

Returns the element type builder
Created in NX11.0.0.



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::Expression* NXOpen::CAE::FluidDomainBuilder::FeatureAngle ( )

Returns the feature angle specifies the minimum angle between the normals of 2 elements sharing an edge for the edge to be considered for snapping
Created in NX11.0.0.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

NXOpen::SelectTaggedObjectList* 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 NXOpen::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::CAE::FluidDomainBuilder::OutputOptionsType NXOpen::CAE::FluidDomainBuilder::OutputType ( )

Returns the output selection type represented by NXOpen::CAE::FluidDomainBuilder::OutputOptionsType
Created in NX11.0.0.



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 - obsolete: always using surface wrapper default values
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
colinearThresholdcolinearthreshold
void NXOpen::CAE::FluidDomainBuilder::SetCollectorName ( const NXString collectorName)

Sets the collector name selection to place the new element collector into
Created in NX11.0.0.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
collectorNamecollectorname
void NXOpen::CAE::FluidDomainBuilder::SetCollectorName ( const char *  collectorName)

Sets the collector name selection to place the new element collector into
Created in NX11.0.0.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
collectorNamecollectorname
void NXOpen::CAE::FluidDomainBuilder::SetCoplanarThreshold ( double  coplanarThreshold)

Sets the coplanar decimation threshold - obsolete: always using surface wrapper default values
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
coplanarThresholdcoplanarthreshold
void NXOpen::CAE::FluidDomainBuilder::SetDoCoplanarDecimation ( bool  doDecimation)

Sets the decimation flag - obsolete: always using surface wrapper default values
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
doDecimationdodecimation
void NXOpen::CAE::FluidDomainBuilder::SetDoExportMeshToSolver ( bool  doExporting)

Sets the export mesh to solver flag.


Created in NX11.0.0.

License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
doExportingdoexporting
void NXOpen::CAE::FluidDomainBuilder::SetDoSharpFeatureEdge ( bool  doSnapping)

Sets the edge snapping flag - obsolete: use SnapToSourceBoundaries() instead
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
doSnappingdosnapping
void NXOpen::CAE::FluidDomainBuilder::SetDoSharpFeaturePlaneIntersection ( bool  doSnapping)

Sets the plane intersection detection flag - obsolete: use SnapToSourceBoundaries() instead
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
doSnappingdosnapping
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")

Parameters
faceNormalfacenormal
void NXOpen::CAE::FluidDomainBuilder::SetInteriorExteriorType ( NXOpen::CAE::FluidDomainBuilder::IntExtType  type)

Sets the interior selection type represented by NXOpen::CAE::FluidDomainBuilder::IntExtType
Created in NX7.5.2.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
typetype
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")

Parameters
pointpoint
void NXOpen::CAE::FluidDomainBuilder::SetOutputType ( NXOpen::CAE::FluidDomainBuilder::OutputOptionsType  type)

Sets the output selection type represented by NXOpen::CAE::FluidDomainBuilder::OutputOptionsType
Created in NX11.0.0.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
typetype
void NXOpen::CAE::FluidDomainBuilder::SetSmoothingLevel ( double  smoothingLevel)

Sets the smoothing level parameter controls the amount of time spent smoothing and snapping in the wrapper engine
Created in NX11.0.0.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
smoothingLevelsmoothinglevel
void NXOpen::CAE::FluidDomainBuilder::SetSnapToSourceBoundaries ( bool  snapToSourceBoundaries)

Sets the edge snapping to boundaries flag controls whether or not the generated surface wrap body should be projected on the input boundaries
Created in NX11.0.0.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

Parameters
snapToSourceBoundariessnaptosourceboundaries
double NXOpen::CAE::FluidDomainBuilder::SmoothingLevel ( )

Returns the smoothing level parameter controls the amount of time spent smoothing and snapping in the wrapper engine
Created in NX11.0.0.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")

bool NXOpen::CAE::FluidDomainBuilder::SnapToSourceBoundaries ( )

Returns the edge snapping to boundaries flag controls whether or not the generated surface wrap body should be projected on the input boundaries
Created in NX11.0.0.



License requirements : nx_adv_fluid_mod ("NX Advanced Fluid Modeling")


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