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

Represents a NXOpen::CAE::ConvexMeshBuilder
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateConvexMeshBuilder
Default values. More...

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

Public Types

enum  OffsetMethodOption { OffsetMethodOptionDistanceAlongNormal, OffsetMethodOptionScaleFactor, OffsetMethodOptionNone }
 the offset method option
More...
 

Public Member Functions

void AutomaticElementSize ()
 The creation of automatic element size
Created in NX11.0.0. More...
 
NXOpen::ExpressionElementSize ()
 Returns the element size
More...
 
NXOpen::CAE::ElementTypeBuilderElementType ()
 Returns the element type
Created in NX11.0.0. More...
 
void GetInfinitePlanes (std::vector< NXOpen::Plane * > &infinitePlanes)
 The Infinite planes
Created in NX12.0.0. More...
 
NXOpen::PlaneInfinitePlane ()
 Returns the infinite plane
More...
 
bool InfinitePlaneState ()
 Returns the infinite plane option
More...
 
NXOpen::ExpressionOffsetDistance ()
 Returns the offset distance
More...
 
NXOpen::CAE::ConvexMeshBuilder::OffsetMethodOption OffsetMethod ()
 Returns the offset method option
More...
 
NXOpen::CAE::PropertyTablePropertyTable ()
 Returns the Convex Mesh property table The property table contains the parameters needed for the Mesh Refinement
Created in NX12.0.0. More...
 
NXOpen::ExpressionScaleFactor ()
 Returns the scale factor
More...
 
NXOpen::SelectTaggedObjectListSelectMesh ()
 Returns the select mesh
Created in NX11.0.0. More...
 
void SetInfinitePlane (NXOpen::Plane *infinitePlane)
 Sets the infinite plane
More...
 
void SetInfinitePlanes (const std::vector< NXOpen::Plane * > &pPlaneTags)
 The Infinite planes
Created in NX12.0.0. More...
 
void SetInfinitePlaneState (bool infinitePlaneState)
 Sets the infinite plane option
More...
 
void SetOffsetMethod (NXOpen::CAE::ConvexMeshBuilder::OffsetMethodOption offsetMethod)
 Sets the offset method option
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::ConvexMeshBuilder
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateConvexMeshBuilder
Default values.

Property Value

OffsetMethod (deprecated)

DistanceAlongNormal


Created in NX11.0.0.

Member Enumeration Documentation

the offset method option

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::PropertyTable instead.

Enumerator
OffsetMethodOptionDistanceAlongNormal 

distance along normal

OffsetMethodOptionScaleFactor 

scale factor

OffsetMethodOptionNone 

none

Member Function Documentation

void NXOpen::CAE::ConvexMeshBuilder::AutomaticElementSize ( )

The creation of automatic element size
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

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

Returns the element size

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::PropertyTable instead.


Created in NX11.0.0.

License requirements : None

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

Returns the element type
Created in NX11.0.0.



License requirements : None

void NXOpen::CAE::ConvexMeshBuilder::GetInfinitePlanes ( std::vector< NXOpen::Plane * > &  infinitePlanes)

The Infinite planes
Created in NX12.0.0.



License requirements : None

Parameters
infinitePlanesinfiniteplanes
NXOpen::Plane* NXOpen::CAE::ConvexMeshBuilder::InfinitePlane ( )

Returns the infinite plane

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::RecipeConvexMesh instead.


Created in NX11.0.0.

License requirements : None

bool NXOpen::CAE::ConvexMeshBuilder::InfinitePlaneState ( )

Returns the infinite plane option

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::PropertyTable instead.


Created in NX11.0.0.

License requirements : None

NXOpen::Expression* NXOpen::CAE::ConvexMeshBuilder::OffsetDistance ( )

Returns the offset distance

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::PropertyTable instead.


Created in NX11.0.0.

License requirements : None

NXOpen::CAE::ConvexMeshBuilder::OffsetMethodOption NXOpen::CAE::ConvexMeshBuilder::OffsetMethod ( )

Returns the offset method option

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::PropertyTable instead.


Created in NX11.0.0.

License requirements : None

NXOpen::CAE::PropertyTable* NXOpen::CAE::ConvexMeshBuilder::PropertyTable ( )

Returns the Convex Mesh property table The property table contains the parameters needed for the Mesh Refinement
Created in NX12.0.0.



License requirements : None

NXOpen::Expression* NXOpen::CAE::ConvexMeshBuilder::ScaleFactor ( )

Returns the scale factor

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::PropertyTable instead.


Created in NX11.0.0.

License requirements : None

NXOpen::SelectTaggedObjectList* NXOpen::CAE::ConvexMeshBuilder::SelectMesh ( )

Returns the select mesh
Created in NX11.0.0.



License requirements : None

void NXOpen::CAE::ConvexMeshBuilder::SetInfinitePlane ( NXOpen::Plane infinitePlane)

Sets the infinite plane

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::RecipeConvexMesh instead.


Created in NX11.0.0.

License requirements : None

Parameters
infinitePlaneinfiniteplane
void NXOpen::CAE::ConvexMeshBuilder::SetInfinitePlanes ( const std::vector< NXOpen::Plane * > &  pPlaneTags)

The Infinite planes
Created in NX12.0.0.



License requirements : None

Parameters
pPlaneTagspplanetags
void NXOpen::CAE::ConvexMeshBuilder::SetInfinitePlaneState ( bool  infinitePlaneState)

Sets the infinite plane option

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::PropertyTable instead.


Created in NX11.0.0.

License requirements : None

Parameters
infinitePlaneStateinfiniteplanestate
void NXOpen::CAE::ConvexMeshBuilder::SetOffsetMethod ( NXOpen::CAE::ConvexMeshBuilder::OffsetMethodOption  offsetMethod)

Sets the offset method option

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::PropertyTable instead.


Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
offsetMethodoffsetmethod

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