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.910 (2.8.24.910)
Syntax
C#
public Object3DSolidProperty GetGeometrySolidProperty(
	int index
)

Parameters

index  Int32
Node Index (Part/Body Only)

Return Value

Object3DSolidProperty
Solid Geometry Property
See Also