Interface IST_2DBox
Namespace: SprutCAMTech.STTypes
Assembly: SprutCAMTech.STTypes.dll
Syntax
[Guid("B14FAD9B-5456-4D63-B38E-DA461BA8D624")]
public interface IST_2DBox
Properties
IsEmpty
Declaration
bool IsEmpty { get; set; }
Property Value
Type | Description |
---|---|
bool |
Max
Declaration
IST_2DPoint Max { get; set; }
Property Value
Type | Description |
---|---|
IST_2DPoint |
Min
Declaration
IST_2DPoint Min { get; set; }
Property Value
Type | Description |
---|---|
IST_2DPoint |
Methods
Assign(IST_2DBox)
Declaration
void Assign(IST_2DBox Box)
Parameters
Type | Name | Description |
---|---|---|
IST_2DBox | Box |