Click or drag to resize

MarkableSolidHasSlice Method

Returns true if slice for the provided index was already built.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override bool HasSlice(
	int sliceIndex
)

Parameters

sliceIndex  Int32
Index to query slice.

Return Value

Boolean
True if slice for the provided index was already built.
See Also