Class PlanarSolid2d
Inheritance
PlanarSolid2d
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class PlanarSolid2d
Constructors
PlanarSolid2d()
Declaration
Properties
HasArcLength
Declaration
public bool HasArcLength { get; }
Property Value
Holes
Declaration
public ReadOnlyCollection<IParametricCurve2d> Holes { get; }
Property Value
Outer
Declaration
public IParametricCurve2d Outer { get; }
Property Value
Perimeter
Declaration
public double Perimeter { get; }
Property Value
Methods
AddHole(IParametricCurve2d)
Declaration
public void AddHole(IParametricCurve2d hole)
Parameters
Convert(Double, Double, Double)
Resample parametric solid into polygonal solid
Declaration
public GeneralPolygon2d Convert(double fSpacingLength, double fSpacingT, double fDeviationTolerance)
Parameters
Returns
SetOuter(IParametricCurve2d, Boolean)
Declaration
public void SetOuter(IParametricCurve2d loop, bool bIsClockwise)
Parameters