Cuboid.HasAnyDimension Method |
Checks if the cube has any x, y or z dimension. But in case any of
the sizes is negative, the cuboid is considered to have no dimension.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic bool HasAnyDimension()
Return Value
Booleantrue if SizeX, SizeY or SizeZ is bigger than 0 and no size
is negative.
See Also