Class Segment2dBox
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class Segment2dBox
  Constructors
Segment2dBox()
Declaration
public Segment2dBox()
  Segment2dBox(Segment2d)
Declaration
public Segment2dBox(Segment2d seg)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Segment2d | seg | 
Fields
Segment
Declaration
public Segment2d Segment
  Field Value
| Type | Description | 
|---|---|
| Segment2d | 
Operators
Implicit(Segment2dBox to Segment2d)
Declaration
public static implicit operator Segment2d(Segment2dBox box)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Segment2dBox | box | 
Returns
| Type | Description | 
|---|---|
| Segment2d |