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...
 

Public Member Functions

void AutoSizeButton ()
 The calculate Auto Size method. More...
 
double ColinearThreshold ()
 Returns the colinear decimation threshold
Created in NX7.5.2. 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
Created in NX7.5.2. More...
 
bool DoCoplanarDecimation ()
 Returns the decimation flag
Created in NX7.5.2. More...
 
bool DoSharpFeatureEdge ()
 Returns the edge snapping flag
Created in NX7.5.2. More...
 
bool DoSharpFeaturePlaneIntersection ()
 Returns the plane intersection detection flag
Created in NX7.5.2. 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::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::ExpressionResolution ()
 Returns the resolution
Created in NX7.5.2. More...
 
void SetColinearThreshold (double colinearThreshold)
 Sets the colinear decimation threshold
Created in NX7.5.2. More...
 
void SetCoplanarThreshold (double coplanarThreshold)
 Sets the coplanar decimation threshold
Created in NX7.5.2. More...
 
void SetDoCoplanarDecimation (bool doDecimation)
 Sets the decimation flag
Created in NX7.5.2. More...
 
void SetDoSharpFeatureEdge (bool doSnapping)
 Sets the edge snapping flag
Created in NX7.5.2. More...
 
void SetDoSharpFeaturePlaneIntersection (bool doSnapping)
 Sets the plane intersection detection flag
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...
 
- 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

ColinearThreshold

0.1

CoplanarThreshold

3.0

DoCoplanarDecimation

true

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.

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
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 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
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::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::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")

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

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

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

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

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

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