10-16-2020, 01:15 PM
Hi
Why the follow method don't work with Ab3d.Visuals.LineVisual3D as first parameter?
I'm trying to subtract some meshGeometry3D from a line, but without results.
Thank you.
Mattia
Why the follow method don't work with Ab3d.Visuals.LineVisual3D as first parameter?
Code:
public static void Subtract(
ModelVisual3D modelVisual3D,
MeshGeometry3D meshGeometry3D,
Transform3D parentTransform3D = null
)Thank you.
Mattia

