Click or drag to resize

GeometryPropertyManagerGetGeometrySolidProperty Method

Solid 모델의 체적(Volume) 및 면적(Area) 정보 반환

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public Object3DSolidProperty GetGeometrySolidProperty(
	int index
)

Parameters

index
Type: SystemInt32
Node Index (Part/Body Only)

Return Value

Type: Object3DSolidProperty
Solid Geometry Property
See Also