Click or drag to resize

ShapeDrawingManagerAddPlane(Vertex3D, Vertex3D, Single, Int32, Color, Boolean) Method

평면 추가

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public int AddPlane(
	Vertex3D start,
	Vertex3D end,
	float width,
	int groupId,
	Color color,
	bool visible
)

Parameters

start  Vertex3D
시작점
end  Vertex3D
끝점
width  Single
넓이
groupId  Int32
Group Id
color  Color
색상
visible  Boolean
보이기/숨기기 상태

Return Value

Int32
생성된 형상의 ID
See Also