Click or drag to resize

CuboidUnionWith Method

Returns the smallest cuboid containing both cuboids.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public Cuboid UnionWith(
	Cuboid cuboid
)

Parameters

cuboid  Cuboid
Cuboid to unify.

Return Value

Cuboid
Smallest cuboid containing both cuboids.
See Also