T_Rhino_Geometry_BrepRegionFaceSide - mcneel/rhinocommon-api-docs GitHub Wiki

BrepRegionFaceSide Class

Represents a side of a BrepRegion entity.

Inheritance Hierarchy

System.Object
  Rhino.Runtime.CommonObject
    Rhino.Geometry.BrepRegionFaceSide
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public class BrepRegionFaceSide : CommonObject

VB

Public Class BrepRegionFaceSide
	Inherits CommonObject

The BrepRegionFaceSide type exposes the following members.

Properties

 

Name Description
Public property Brep The brep this side belongs to.
Public property Face Gets the face this side belongs to.
Public property Region The region this side belongs to.
Public property SurfaceNormalPointsIntoRegion Gets true if BrepFace's surface normal points into region; false otherwise.
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method NonConstOperation

(Overrides CommonObject.NonConstOperation().)

Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️