Interface IST_3DBox
Namespace: STTypes
Assembly: STTypes.dll
Syntax
[Guid("C9D8DC61-8811-463F-B367-E554BA2DB7BF")]
public interface IST_3DBox
Properties
IsEmpty
Empty box flag @description True if box contains no area
Declaration
bool IsEmpty { get; set; }
Property Value
Type | Description |
---|---|
bool |
Max
Maximum corner point (top-right)
Declaration
IST_3DPoint Max { get; set; }
Property Value
Type | Description |
---|---|
IST_3DPoint |
Min
Minimum corner point (bottom-left)
Declaration
IST_3DPoint Min { get; set; }
Property Value
Type | Description |
---|---|
IST_3DPoint |
Methods
Assign(IST_3DBox)
Copy values from another box
Declaration
void Assign(IST_3DBox Box)
Parameters
Type | Name | Description |
---|---|---|
IST_3DBox | Box | Source box to copy from |