meshing.datamodel.PartManagement#

class ansys.fluent.core.generated.datamodel_251.PartManagement.Root(service, rules, path)#

Bases: PyMenu

Singleton Root.

Classes:

AppendFmdFiles(service, rules, command[, path])

Command AppendFmdFiles.

AssemblyNode(service, rules[, path])

ChangeFileLengthUnit(service, rules, command)

Command ChangeFileLengthUnit.

ChangeLengthUnit(service, rules, command[, path])

Command ChangeLengthUnit.

CreateObjForEachPart(service, rules, command)

Command CreateObjForEachPart.

CreateObjects(service, rules, command[, path])

Command CreateObjects.

Delete(service, rules, command[, path])

Command Delete.

DeletePaths(service, rules, command[, path])

Command DeletePaths.

GlobalSettings(service, rules, path)

Singleton GlobalSettings.

InitializeTemplate(service, rules, command)

Command InitializeTemplate.

InputFileChanged(service, rules, command[, path])

Command InputFileChanged.

ListMeshingOperations(service, rules, command)

Command ListMeshingOperations.

LoadFmdFile(service, rules, command[, path])

Command LoadFmdFile.

LoadTemplate(service, rules, command[, path])

Command LoadTemplate.

MarkObjectsOutofDate(service, rules, command)

Command MarkObjectsOutofDate.

MeshingOperations(service, rules, path)

Singleton MeshingOperations.

Mirror(service, rules[, path])

MoveCADComponentsToNewObject(service, rules, ...)

Command MoveCADComponentsToNewObject.

MoveToNewSubobject(service, rules, command)

Command MoveToNewSubobject.

MoveToObject(service, rules, command[, path])

Command MoveToObject.

Node(service, rules[, path])

ObjectSetting(service, rules[, path])

ObjectSettingOperations(service, rules, path)

Singleton ObjectSettingOperations.

RedoAllTransforms(service, rules, command[, ...])

Command RedoAllTransforms.

Refaceting(service, rules[, path])

RefacetingOperations(service, rules, path)

Singleton RefacetingOperations.

ResetTemplate(service, rules, command[, path])

Command ResetTemplate.

Rotate(service, rules[, path])

RotateAboutAxis(service, rules[, path])

SaveFmdFile(service, rules, command[, path])

Command SaveFmdFile.

SaveTemplate(service, rules, command[, path])

Command SaveTemplate.

Scaling(service, rules[, path])

SuppressNodeObjects(service, rules, command)

Command SuppressNodeObjects.

Transform(service, rules[, path])

TransformBase(service, rules[, path])

TransformOperations(service, rules, path)

Singleton TransformOperations.

Translate(service, rules[, path])

UndoAllTransforms(service, rules, command[, ...])

Command UndoAllTransforms.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

class AppendFmdFiles(service, rules, command, path=None)#

Bases: PyCommand

Command AppendFmdFiles.

Parameters:
FilePathlist[str]
AssemblyParentNodeint
FileUnitstr
Routestr
JtLODstr
PartPerBodybool
PrefixParentNamebool
RemoveEmptyPartsbool
IgnoreSolidNamesAppendbool
Optionsdict[str, Any]
RefacetOptionsdict[str, Any]
Returns:
bool
class ChangeFileLengthUnit(service, rules, command, path=None)#

Bases: PyCommand

Command ChangeFileLengthUnit.

Parameters:
LengthUnitstr
Returns:
bool
class ChangeLengthUnit(service, rules, command, path=None)#

Bases: PyCommand

Command ChangeLengthUnit.

Parameters:
LengthUnitstr
Returns:
bool
class CreateObjForEachPart(service, rules, command, path=None)#

Bases: PyCommand

Command CreateObjForEachPart.

Parameters:
Pathslist[str]
Returns:
bool
class CreateObjects(service, rules, command, path=None)#

Bases: PyCommand

Command CreateObjects.

Returns:
bool
class Delete(service, rules, command, path=None)#

Bases: PyCommand

Command Delete.

Parameters:
Pathstr
Returns:
bool
class DeletePaths(service, rules, command, path=None)#

Bases: PyCommand

Command DeletePaths.

Parameters:
Pathslist[str]
Returns:
bool
class InitializeTemplate(service, rules, command, path=None)#

Bases: PyCommand

Command InitializeTemplate.

Parameters:
templateTypestr
Returns:
bool
class InputFileChanged(service, rules, command, path=None)#

Bases: PyCommand

Command InputFileChanged.

Parameters:
FilePathstr
PartPerBodybool
PrefixParentNamebool
RemoveEmptyPartsbool
IgnoreSolidNamesbool
FileLengthUnitstr
JtLODstr
Optionsdict[str, Any]
RefacetOptionsdict[str, Any]
Returns:
bool
class ListMeshingOperations(service, rules, command, path=None)#

Bases: PyCommand

Command ListMeshingOperations.

Parameters:
Pathstr
Returns:
bool
class LoadFmdFile(service, rules, command, path=None)#

Bases: PyCommand

Command LoadFmdFile.

Parameters:
FilePathstr
FileUnitstr
Routestr
JtLODstr
PartPerBodybool
PrefixParentNamebool
RemoveEmptyPartsbool
IgnoreSolidNamesbool
Optionsdict[str, Any]
RefacetOptionsdict[str, Any]
Returns:
bool
class LoadTemplate(service, rules, command, path=None)#

Bases: PyCommand

Command LoadTemplate.

Parameters:
FilePathstr
Returns:
bool
class MarkObjectsOutofDate(service, rules, command, path=None)#

Bases: PyCommand

Command MarkObjectsOutofDate.

Parameters:
Pathslist[str]
Returns:
bool
class MoveCADComponentsToNewObject(service, rules, command, path=None)#

Bases: PyCommand

Command MoveCADComponentsToNewObject.

Parameters:
Pathslist[str]
Returns:
bool
class MoveToNewSubobject(service, rules, command, path=None)#

Bases: PyCommand

Command MoveToNewSubobject.

Parameters:
Pathslist[str]
Returns:
bool
class MoveToObject(service, rules, command, path=None)#

Bases: PyCommand

Command MoveToObject.

Parameters:
Pathslist[str]
Returns:
bool
class RedoAllTransforms(service, rules, command, path=None)#

Bases: PyCommand

Command RedoAllTransforms.

Returns:
bool
class ResetTemplate(service, rules, command, path=None)#

Bases: PyCommand

Command ResetTemplate.

Returns:
bool
class SaveFmdFile(service, rules, command, path=None)#

Bases: PyCommand

Command SaveFmdFile.

Parameters:
FilePathstr
Returns:
bool
class SaveTemplate(service, rules, command, path=None)#

Bases: PyCommand

Command SaveTemplate.

Parameters:
FilePathstr
Returns:
bool
class SuppressNodeObjects(service, rules, command, path=None)#

Bases: PyCommand

Command SuppressNodeObjects.

Parameters:
Pathslist[str]
Suppressbool
Returns:
bool
class UndoAllTransforms(service, rules, command, path=None)#

Bases: PyCommand

Command UndoAllTransforms.

Returns:
bool
__init__(service, rules, path)#

__init__ method of PyMenu class.