Show / Hide Table of Contents

    Class Face

    A Solid Face.

    Inheritance
    System.Object
    Face
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Elements.Geometry.Solids
    Assembly: Hypar.Elements.dll
    Syntax
    public class Face

    Properties

    Id

    The Id of the Face.

    Declaration
    public uint Id { get; }
    Property Value
    Type Description
    System.UInt32

    Inner

    A collection of CW wound Edges.

    Declaration
    public Loop[] Inner { get; }
    Property Value
    Type Description
    Loop[]

    Outer

    A CCW wound list of Edges.

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

    Methods

    ToString()

    The string representation of the Face.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()