Click or drag to resize

Object3D Constructor

Constructs a Object3d object based on a solid file.

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Object3D(
	Solid solid
)

Parameters

solid  Solid
solid used to construct the Object3d object
See Also