Click or drag to resize

MouseBasedObjectMoveManagerSetCustomPlane Method

특정 Plane 정보 설정

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

Parameters

position
Type: VIZCore3D.NET.DataVertex3D
Plane Position
normal
Type: VIZCore3D.NET.DataVertex3D
Plane Normal
See Also