Click or drag to resize

IVIZZARDServiceGetNearestObject Method

두점 벡터 방향으로 처음 만나는 모델 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
NearestObject GetNearestObject(
	Vertex3D Position1,
	Vertex3D Position2
)

Parameters

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

Return Value

Type: NearestObject
모델 정보
See Also