Click or drag to resize
SbBox2dEmpty Property
Gets a flag indicating if the box is empty (degenerate).

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntax
public bool Empty { get; }

Property Value

Type: Boolean
true if the box is empty, false otherwise.
See Also