NX Open C++ Reference Guide
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 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...
 
NXOpen::CAE::ShipMeshAutomationBuilder::MeshingMethodType MethodType ()
 Returns the method type of creating mesh elements
Created in NX11.0.2. 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 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::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")

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

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::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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.