Click or drag to resize

ShapeDrawingManagerSetMaterialGroup Method (ListInt32, Int32)

GROUP ID에 해당하는 항목에 Material 설정

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void SetMaterialGroup(
	List<int> groupId,
	int material
)

Parameters

groupId
Type: System.Collections.GenericListInt32
SHAPE Group ID
material
Type: SystemInt32
Material ID
See Also