Click or drag to resize

VIZViewerGetObjectsInArea Method

특정 영역에 포함된 개체 목록 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public List<int> GetObjectsInArea(
	float[] minmax,
	int[] indexes,
	CrossBoundBox CrossBoundBox
)

Parameters

minmax
Type: SystemSingle

[Missing <param name="minmax"/> documentation for "M:SHConnector.VIZViewer.GetObjectsInArea(System.Single[],System.Int32[],SHConnector.CrossBoundBox)"]

indexes
Type: SystemInt32
indexes.length == 0 : 전체 목록 반환
CrossBoundBox
Type: SHConnectorCrossBoundBox

[Missing <param name="CrossBoundBox"/> documentation for "M:SHConnector.VIZViewer.GetObjectsInArea(System.Single[],System.Int32[],SHConnector.CrossBoundBox)"]

Return Value

Type: ListInt32

[Missing <returns> documentation for "M:SHConnector.VIZViewer.GetObjectsInArea(System.Single[],System.Int32[],SHConnector.CrossBoundBox)"]

See Also