NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | List of all members
NXOpen::CAE::ShipMeshAutomationBuilder Class Reference

Represents Ship Mesh Automation Used to create a NXOpen::CAE::ShipMeshAutomation
To create a new instance of this class, use NXOpen::CAE::MeshManager::CreateShipMeshAutomationBuilder

Created in NX11.0.2. More...

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

Public Types

enum  MeshingMethodType { MeshingMethodTypeSubdivision, MeshingMethodTypePaver }
 the meshing method type More...
 

Public Member Functions

bool AttemptFreeMappedMeshing ()
 Returns the flag determines whether or not to attempt a mapped-like mesh within the context of a free mesh. More...
 
bool AttemptMultiBlockDecomposition ()
 Returns the flag determines whether or not to use multi-block decomposition for 2D mesh. More...
 
double CurvatureSizeSetting ()
 Returns the flag and element size control the curvature szie threshold
Created in NX1847.0.0. More...
 
NXOpen::ExpressionCurvatureSizeThreshold ()
 Returns the flag controls the amount of element size reduction, or element refinement, allowed for elements on curved surfaces. More...
 
bool DefaultElementSize ()
 Returns the flag to indicate whether to use the default mesh element size which is evaluated automatically
Created in NX11.0.2. More...
 
NXOpen::ExpressionElementSize ()
 Returns the value of meshing element size
Created in NX11.0.2. More...
 
bool Mapped2dMesh ()
 Returns the flag determines whether to create 2D mapped mesh. More...
 
NXOpen::CAE::ShipMeshAutomationBuilder::MeshingMethodType MethodType ()
 Returns the method type of creating mesh elements
Created in NX11.0.2. More...
 
NXOpen::SelectDisplayableObjectListObjectsToBeMeshed ()
 Returns the components containing basic design data to prepare for meshing. More...
 
void SetAttemptFreeMappedMeshing (bool freeMapped)
 Sets the flag determines whether or not to attempt a mapped-like mesh within the context of a free mesh. More...
 
void SetAttemptMultiBlockDecomposition (bool multiBlock)
 Sets the flag determines whether or not to use multi-block decomposition for 2D mesh. More...
 
void SetCurvatureSizeSetting (double curvatureSetting)
 Sets the flag and element size control the curvature szie threshold
Created in NX1847.0.0. More...
 
void SetDefaultElementSize (bool fDefaultElementSize)
 Sets the flag to indicate whether to use the default mesh element size which is evaluated automatically
Created in NX11.0.2. More...
 
void SetMapped2dMesh (bool mapped2DMesh)
 Sets the flag determines whether to create 2D mapped mesh. More...
 
void SetMethodType (NXOpen::CAE::ShipMeshAutomationBuilder::MeshingMethodType methodType)
 Sets the method type of creating mesh elements
Created in NX11.0.2. 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 Ship Mesh Automation Used to create a NXOpen::CAE::ShipMeshAutomation
To create a new instance of this class, use NXOpen::CAE::MeshManager::CreateShipMeshAutomationBuilder

Created in NX11.0.2.


Member Enumeration Documentation

the meshing method type

Enumerator
MeshingMethodTypeSubdivision 

Subdivision.

MeshingMethodTypePaver 

Paver.

Member Function Documentation

bool NXOpen::CAE::ShipMeshAutomationBuilder::AttemptFreeMappedMeshing ( )

Returns the flag determines whether or not to attempt a mapped-like mesh within the context of a free mesh.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

bool NXOpen::CAE::ShipMeshAutomationBuilder::AttemptMultiBlockDecomposition ( )

Returns the flag determines whether or not to use multi-block decomposition for 2D mesh.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

double NXOpen::CAE::ShipMeshAutomationBuilder::CurvatureSizeSetting ( )

Returns the flag and element size control the curvature szie threshold
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

NXOpen::Expression* NXOpen::CAE::ShipMeshAutomationBuilder::CurvatureSizeThreshold ( )

Returns the flag controls the amount of element size reduction, or element refinement, allowed for elements on curved surfaces.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

bool NXOpen::CAE::ShipMeshAutomationBuilder::DefaultElementSize ( )

Returns the flag to indicate whether to use the default mesh element size which is evaluated automatically
Created in NX11.0.2.



License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

NXOpen::Expression* NXOpen::CAE::ShipMeshAutomationBuilder::ElementSize ( )

Returns the value of meshing element size
Created in NX11.0.2.



License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

bool NXOpen::CAE::ShipMeshAutomationBuilder::Mapped2dMesh ( )

Returns the flag determines whether to create 2D mapped mesh.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

NXOpen::CAE::ShipMeshAutomationBuilder::MeshingMethodType NXOpen::CAE::ShipMeshAutomationBuilder::MethodType ( )

Returns the method type of creating mesh elements
Created in NX11.0.2.



License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

NXOpen::SelectDisplayableObjectList* NXOpen::CAE::ShipMeshAutomationBuilder::ObjectsToBeMeshed ( )

Returns the components containing basic design data to prepare for meshing.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

void NXOpen::CAE::ShipMeshAutomationBuilder::SetAttemptFreeMappedMeshing ( bool  freeMapped)

Sets the flag determines whether or not to attempt a mapped-like mesh within the context of a free mesh.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

Parameters
freeMappedfreemapped
void NXOpen::CAE::ShipMeshAutomationBuilder::SetAttemptMultiBlockDecomposition ( bool  multiBlock)

Sets the flag determines whether or not to use multi-block decomposition for 2D mesh.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

Parameters
multiBlockmultiblock
void NXOpen::CAE::ShipMeshAutomationBuilder::SetCurvatureSizeSetting ( double  curvatureSetting)

Sets the flag and element size control the curvature szie threshold
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

Parameters
curvatureSettingcurvaturesetting
void NXOpen::CAE::ShipMeshAutomationBuilder::SetDefaultElementSize ( bool  fDefaultElementSize)

Sets the flag to indicate whether to use the default mesh element size which is evaluated automatically
Created in NX11.0.2.



License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

Parameters
fDefaultElementSizefdefaultelementsize
void NXOpen::CAE::ShipMeshAutomationBuilder::SetMapped2dMesh ( bool  mapped2DMesh)

Sets the flag determines whether to create 2D mapped mesh.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

Parameters
mapped2DMeshmapped2dmesh
void NXOpen::CAE::ShipMeshAutomationBuilder::SetMethodType ( NXOpen::CAE::ShipMeshAutomationBuilder::MeshingMethodType  methodType)

Sets the method type of creating mesh elements
Created in NX11.0.2.



License requirements : nx_masterfem ("Finite Element Modeling"), nx_ship_basic ("Ship Basic Design")

Parameters
methodTypemethodtype

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