Click or drag to resize

IVIZZARDServiceGetNearestObjects Method

두점 방향으로 만나는 모델 목록 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<NearestObject> GetNearestObjects(
	Vertex3D Position1,
	Vertex3D Position2
)

Parameters

Position1
Type: SHConnectorVertex3D
좌표1
Position2
Type: SHConnectorVertex3D
좌표2

Return Value

Type: ListNearestObject
모델 목록
See Also