Click or drag to resize

Cuboid.IsSizeEqual Method

Checks if all sizes of this and the given Cuboid are the same.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public bool IsSizeEqual(
	Cuboid c
)

Parameters

c  Cuboid

[Missing <param name="c"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Cuboid.IsSizeEqual(RAYLASE.Marker.VectorGraphicElement.Cuboid)"]

Return Value

Boolean
true if all sizes of both cuboids are the same.
See Also