Class PlanarComplex.OpenCurvesInfo
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class OpenCurvesInfo
Fields
Curves
Declaration
public List<IParametricCurve2d> Curves
Field Value
Type | Description |
---|---|
List<IParametricCurve2d> |
Polylines
Declaration
public List<PolyLine2d> Polylines
Field Value
Type | Description |
---|---|
List<PolyLine2d> |
Properties
Bounds
Declaration
public AxisAlignedBox2d Bounds { get; }
Property Value
Type | Description |
---|---|
AxisAlignedBox2d |