Click or drag to resize

DeconflictLevel Enumeration

The type of mesh deconfliction to apply when meshing.

Namespace: ema3d.Api.V25.Core
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public enum DeconflictLevel
Members
Member nameValueDescription
None0 No deconfliction.
CableOnly1 Cable only deconfliction.
BulkheadRouting2 Bulkhead routing, cables will attempt to be routed safely through bulkheads.
Full3 Full deconfliction.
See Also