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.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic bool IsPartlyInCuboid(
Cuboid cuboid
)
Parameters
- cuboid Cuboid
- Cuboid to check.
Return Value
Booleantrue if the supplied cuboid is partly in this cuboid.
See Also