Click or drag to resize

MarchingInfo Constructor

Initializes a new instance of the MarchingInfo struct.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public MarchingInfo(
	RetrieverInfo retrieverInfo,
	AABBTree aabbTree
)

Parameters

retrieverInfo
Type: Karamba.Results.ShellSectionRetrieverInfo
RetrieverInfo.
aabbTree
Type: AABBTree
AABBTree.
See Also