Click or drag to resize

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.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public bool HasAnyDimension()

Return Value

Boolean
true if SizeX, SizeY or SizeZ is bigger than 0 and no size is negative.
See Also