CuboidContains(Cuboid) Method |
Returns true if the supplied cuboid is inside this cuboid.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic bool Contains(
Cuboid cuboid
)
Parameters
- cuboid Cuboid
- Cuboid to test.
Return Value
BooleanTrue if the supplied cuboid is inside this cuboid.
See Also