Interface IST_3DBox
Namespace: SprutCAMTech.STTypes
Assembly: SprutCAMTech.STTypes.dll
Syntax
[Guid("C9D8DC61-8811-463F-B367-E554BA2DB7BF")]
public interface IST_3DBox
Properties
IsEmpty
Declaration
bool IsEmpty { get; set; }
Property Value
Type | Description |
---|---|
bool |
Max
Declaration
IST_3DPoint Max { get; set; }
Property Value
Type | Description |
---|---|
IST_3DPoint |
Min
Declaration
IST_3DPoint Min { get; set; }
Property Value
Type | Description |
---|---|
IST_3DPoint |
Methods
Assign(IST_3DBox)
Declaration
void Assign(IST_3DBox Box)
Parameters
Type | Name | Description |
---|---|---|
IST_3DBox | Box |