wireframe class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.mesh
Summary
Take a mesh and extracts its sharp edges, using pin 1 value as a threshold angle.
available inputs: mesh (MeshedRegion), threshold (double)
available outputs: wireframe (MeshedRegion)
Example
op = wireframe()
op = wireframe(mesh=my_mesh,threshold=my_threshold)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.mesh |
| Assembly | meshOperatorsCore_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
mesh
Type: LinkableInput
threshold
angle threshold in radian that will trigger an edge detection.
Type: LinkableInput
Outputs
wireframe
Type: LinkableOutput
Constructors
Constructor
wireframe()
Constructor
wireframe(mesh, threshold, config)
Parameters:
mesh(object)threshold(object)config(OperatorConfig)
Constructor
wireframe(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