Click or drag to resize

OperatorsCommit Method

Commit previous CSG operations, creating a new mesh. This operation cannot be undone.

Namespace: Demo3D.CSG
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static void Commit(
	Visual a
)

Parameters

a  Visual
The Visual whose CSG operations will be commited.
See Also