Mesh data objects#

AnalysisPlyElementalData(element_labels[, ...])

Represents elemental data for a Analysis Ply.

AnalysisPlyNodalData(node_labels[, ply_offset])

Represents nodal data for an Analysis Ply.

BooleanSelectionRuleElementalData(element_labels)

Represents elemental data for a Boolean Selection Rule.

BooleanSelectionRuleNodalData(node_labels)

Represents nodal data for a Boolean Selection Rule.

CutoffSelectionRuleElementalData(element_labels)

Represents elemental data for a Cutoff Selection Rule.

CutoffSelectionRuleNodalData(node_labels)

Represents nodal data for a Cutoff Selection Rule.

CylindricalSelectionRuleElementalData(...[, ...])

Represents elemental data for a Cylindrical Selection Rule.

CylindricalSelectionRuleNodalData(node_labels)

Represents nodal data for a Cylindrical Selection Rule.

ElementSetElementalData(element_labels[, normal])

Represents elemental data for an Element Set.

ElementSetNodalData(node_labels)

Represents nodal data for an Element Set.

GeometricalSelectionRuleElementalData(...[, ...])

Represents elemental data for a Geometrical Selection Rule.

GeometricalSelectionRuleNodalData(node_labels)

Represents nodal data for a Geometrical Selection Rule.

MeshData(node_labels, node_coordinates, ...)

Container for the mesh data of an ACP Model.

ModelElementalData(element_labels[, normal, ...])

Represents elemental data for a Model.

ModelingPlyElementalData(element_labels[, ...])

Represents elemental data for a Modeling Ply.

ModelingPlyNodalData(node_labels[, ply_offset])

Represents nodal data for a Modeling Ply.

ModelNodalData(node_labels)

Represents nodal data for a Model.

OrientedSelectionSetElementalData(element_labels)

Represents elemental data for an Oriented Selection Set.

OrientedSelectionSetNodalData(node_labels)

Represents nodal data for an Oriented Selection Set.

ParallelSelectionRuleElementalData(...[, normal])

Represents elemental data for a Parallel Selection Rule.

ParallelSelectionRuleNodalData(node_labels)

Represents nodal data for a Parallel Selection Rule.

ProductionPlyElementalData(element_labels[, ...])

Represents elemental data for a Production Ply.

ProductionPlyNodalData(node_labels, ply_offset)

Represents nodal data for a Production Ply.

ScalarData(field_names, labels, values, ...)

Class that encapsulates scalar data.

SphericalSelectionRuleElementalData(...[, ...])

Represents elemental data for a Spherical Selection Rule.

SphericalSelectionRuleNodalData(node_labels)

Represents nodal data for a Spherical Selection Rule.

TriangleMesh(node_coordinates, element_nodes)

Represents a mesh consisting of triangle faces only.

TubeSelectionRuleElementalData(element_labels)

Represents elemental data for a Tube Selection Rule.

TubeSelectionRuleNodalData(node_labels)

Represents nodal data for a Tube Selection Rule.

VariableOffsetSelectionRuleElementalData(...)

Represents elemental data for a VariableOffset Selection Rule.

VariableOffsetSelectionRuleNodalData(node_labels)

Represents nodal data for a VariableOffset Selection Rule.

VectorData(field_names, labels, values, ...)

Class that encapsulates vector data.