Click or drag to resize

ClashHelperGetBoundBox Method

지정된 모델의 Bound Box 크기 반환

Namespace:  SHConnector.Utility.Clash
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public static float[] GetBoundBox(
	IVIZZARDService ServiceObject,
	int Index,
	bool OnlyShow
)

Parameters

ServiceObject
Type: SHConnectorIVIZZARDService

[Missing <param name="ServiceObject"/> documentation for "M:SHConnector.Utility.Clash.ClashHelper.GetBoundBox(SHConnector.IVIZZARDService,System.Int32,System.Boolean)"]

Index
Type: SystemInt32

[Missing <param name="Index"/> documentation for "M:SHConnector.Utility.Clash.ClashHelper.GetBoundBox(SHConnector.IVIZZARDService,System.Int32,System.Boolean)"]

OnlyShow
Type: SystemBoolean

[Missing <param name="OnlyShow"/> documentation for "M:SHConnector.Utility.Clash.ClashHelper.GetBoundBox(SHConnector.IVIZZARDService,System.Int32,System.Boolean)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:SHConnector.Utility.Clash.ClashHelper.GetBoundBox(SHConnector.IVIZZARDService,System.Int32,System.Boolean)"]

See Also