BrepFace class
Provides strongly-typed access to brep faces.
A Brep face is composed of one surface and trimming curves.
Inheritence: Rhino.Runtime.CommonObjectarrow_forwardRhino.Geometry.GeometryBasearrow_forwardRhino.Geometry.Surfacearrow_forwardRhino.Geometry.SurfaceProxyarrow_forwardBrepFaceDerived Classes:
Namespace: Rhino.Geometry
BrepFace: references
keyboard_arrow_down
Constructors (6)
keyboard_arrow_down
Properties (26)
keyboard_arrow_down
Methods (153)
Extend(Int32 direction, Interval interval)
Analytically extends the surface to include the interval.
Fit(Int32 uDegree,Int32 vDegree,Double fitTolerance)
Fits a new surface through an existing surface.
IsPointOnFace(Double u,Double v)
Tests if a parameter space point is in the active region of a face.