Returns the smallest cuboid containing both cuboids.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic Cuboid UnionWith(
Cuboid cuboid
)
Parameters
- cuboid Cuboid
- Cuboid to unify.
Return Value
CuboidSmallest cuboid containing both cuboids.
See Also