PolygonGeometryManager Class

class NXOpen.CAE.PolygonGeometryManager

Bases: object

Provides methods for managing set NXOpen.CAE.PolygonGeometryManager

Use the NXOpen.CAE.GeometryRecipeCollection class to create a recipe.

New in version NX10.0.0.

CaeGeometryRecipes”, “Returns the geometry recipes belonging to the FEM. “

Methods

Method Description
GetPolygonBodyResolutionOnFemBodies Gets the tesselation on polygon bodies that were created from CAD bodies.
SetPolygonBodyResolutionOnFemBodies Sets the tesselation on polygon bodies that were created from CAD bodies.
SetPolygonBodyResolutionWithRecreate Set Resolution for polygon body with recreate body only
SetPolygonBodyResolutionWithRecreateAndUpdate Set Resolution for polygon body with recreate body and update only

Enumerations

PolygonGeometryManagerPolygonBodyResolutionType Enumeration Entity type

CaeGeometryRecipes

PolygonGeometryManager.CaeGeometryRecipes

Returns the geometry recipes belonging to the FEM.

Signature CaeGeometryRecipes

New in version NX10.0.0.

Returns:
Return type:NXOpen.CAE.GeometryRecipeCollection

Method Detail

GetPolygonBodyResolutionOnFemBodies

PolygonGeometryManager.GetPolygonBodyResolutionOnFemBodies

Gets the tesselation on polygon bodies that were created from CAD bodies.

Signature GetPolygonBodyResolutionOnFemBodies()

Returns:Tesselation on all polygon bodies
Return type:NXOpen.CAE.PolygonGeometryManagerPolygonBodyResolutionType

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

SetPolygonBodyResolutionOnFemBodies

PolygonGeometryManager.SetPolygonBodyResolutionOnFemBodies

Sets the tesselation on polygon bodies that were created from CAD bodies.

Signature SetPolygonBodyResolutionOnFemBodies(resType)

Parameters:resType (NXOpen.CAE.PolygonGeometryManagerPolygonBodyResolutionType) – Tesselation on all polygon bodies

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

SetPolygonBodyResolutionWithRecreate

PolygonGeometryManager.SetPolygonBodyResolutionWithRecreate

Set Resolution for polygon body with recreate body only

Signature SetPolygonBodyResolutionWithRecreate(resolutionType, inPolygonBodies)

Parameters:
Returns:

Return type:

list of NXOpen.CAE.CAEBody

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

SetPolygonBodyResolutionWithRecreateAndUpdate

PolygonGeometryManager.SetPolygonBodyResolutionWithRecreateAndUpdate

Set Resolution for polygon body with recreate body and update only

Signature SetPolygonBodyResolutionWithRecreateAndUpdate(resolutionType, inPolygonBodies)

Parameters:
Returns:

Return type:

list of NXOpen.CAE.CAEBody

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)