Skip to main content

DPF Mechanical 2026 R1

points_from_coordinates class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.mesh

Summary

Extract a mesh made of points elements. This mesh is made from input meshes coordinates on the input scopings.

available inputs: nodes_to_keep (Scoping, ScopingsContainer), mesh (MeshedRegion, MeshesContainer)

available outputs: meshed_region (MeshedRegion)

Example

op = points_from_coordinates()

op = points_from_coordinates(nodes_to_keep=my_nodes_to_keep,mesh=my_mesh)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.mesh
Assembly Ans_Dpf_FEMutils_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

nodes_to_keep

Type: LinkableInput

mesh

Type: LinkableInput

Outputs

meshed_region

Type: LinkableOutput

Constructors

Constructor

points_from_coordinates()

Constructor

points_from_coordinates(nodes_to_keep, mesh, config)

Parameters:

  • nodes_to_keep (object)
  • mesh (object)
  • config (OperatorConfig)

Constructor

points_from_coordinates(config)

Parameters:

  • config (OperatorConfig)

Methods

Properties

inputs

Type: InputSpec

# Get or set the property
value = obj.inputs
obj.inputs = new_value

outputs

Type: OutputSpec

# Get or set the property
value = obj.outputs
obj.outputs = new_value

defaultConfig

Type: Config

# Get the property (read-only)
value = obj.defaultConfig

Connect with Ansys