Click or drag to resize

CuboidIsPartlyInCuboid Method

Returns true if any edge of the supplied cuboid is inside this cuboid and any other edge of the supplied cuboid is outside this cuboid.

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

Parameters

cuboid  Cuboid
Cuboid to check.

Return Value

Boolean
true if the supplied cuboid is partly in this cuboid.
See Also