Click or drag to resize

MouseBasedObjectMoveManagerSetCustomPlane Method

특정 Plane 정보 설정

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void SetCustomPlane(
	Vertex3D position,
	Vertex3D normal
)

Parameters

position  Vertex3D
Plane Position
normal  Vertex3D
Plane Normal
See Also