public int ExtractSubGeometryLyingUnder(double dSeparationQuote, out Geometries pTangentGeometries) { throw new NotImplementedException(); return(0); }
public short JoinByExtend(Geometries pGeometriesToJoin, EN_CLSS_ON_OFF nAlsoStartEnd) { throw new NotImplementedException(); return(0); }
public int GetSharpCorners(double dDeltaIn, double dDeltaOut, out Geometries pGeometries) { throw new NotImplementedException(); return(0); }
public int DivideIntoTangentGeometries(out Geometries pTangentGeometries, out Geometry pPreviousElements, out Geometry pFollowingElemnts, double vTangentPrecision) { throw new NotImplementedException(); return(0); }
public int GetSharpCorners(double dDeltaIn, double dDeltaOut, int nCorner, out Geometries pGeometries) { pGeometries = new Geometries(); throw new NotImplementedException(); return(-1); }