Search Results for

    Show / Hide Table of Contents

    Class PlanarSolid2d

    Inheritance
    Object
    PlanarSolid2d
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlanarSolid2d

    Constructors

    PlanarSolid2d()

    Declaration
    public PlanarSolid2d()

    Properties

    HasArcLength

    Declaration
    public bool HasArcLength { get; }
    Property Value
    Type Description
    Boolean

    Holes

    Declaration
    public ReadOnlyCollection<IParametricCurve2d> Holes { get; }
    Property Value
    Type Description
    ReadOnlyCollection<IParametricCurve2d>

    Outer

    Declaration
    public IParametricCurve2d Outer { get; }
    Property Value
    Type Description
    IParametricCurve2d

    Perimeter

    Declaration
    public double Perimeter { get; }
    Property Value
    Type Description
    Double

    Methods

    AddHole(IParametricCurve2d)

    Declaration
    public void AddHole(IParametricCurve2d hole)
    Parameters
    Type Name Description
    IParametricCurve2d hole

    Convert(Double, Double, Double)

    Resample parametric solid into polygonal solid

    Declaration
    public GeneralPolygon2d Convert(double fSpacingLength, double fSpacingT, double fDeviationTolerance)
    Parameters
    Type Name Description
    Double fSpacingLength
    Double fSpacingT
    Double fDeviationTolerance
    Returns
    Type Description
    GeneralPolygon2d

    SetOuter(IParametricCurve2d, Boolean)

    Declaration
    public void SetOuter(IParametricCurve2d loop, bool bIsClockwise)
    Parameters
    Type Name Description
    IParametricCurve2d loop
    Boolean bIsClockwise
    In This Article
    Back to top ViRGIS VR GIS