Click or drag to resize

CuboidContains(Cuboid) Method

Returns true if the supplied cuboid is inside this cuboid.

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

Parameters

cuboid  Cuboid
Cuboid to test.

Return Value

Boolean
True if the supplied cuboid is inside this cuboid.
See Also