|
BooleanMesh3DUnion(MeshGeometry3D, Transform3D) Method |
Updates this BooleanMesh3D with merging it with the specified MeshGeometry3D. The generated MeshGeometry3D can be get from the
Geometry property.
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void Union(
MeshGeometry3D meshGeometry3D,
Transform3D meshTransform3D = null
)
Parameters
- meshGeometry3D MeshGeometry3D
- MeshGeometry3D
- meshTransform3D Transform3D (Optional)
- optional transformation that will transform the MeshGeometry3D
See Also