Click or drag to resize

ComponentIndex3 Constructor

Initializes a new instance of the ComponentIndex3 struct. Construct component index with a specific type/index combination.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ComponentIndex3(
	ComponentIndexType3 type,
	int index
)

Parameters

type
Type: Karamba.GeometryComponentIndexType3
Value of component index.
index
Type: SystemInt32
Index of the component.
See Also