Brep.CreatePatch Method

BrepCreatePatch Method

Overload List
  NameDescription
Public methodStatic memberCreatePatch(IEnumerableGeometryBase, Surface, Double)
Constructs a brep patch.

This is the simple version of fit that uses a specified starting surface.

Public methodStatic memberCreatePatch(IEnumerableGeometryBase, Int32, Int32, Double)
Constructs a brep patch.

This is the simple version of fit that uses a plane with u x v spans. It makes a plane by fitting to the points from the input geometry to use as the starting surface. The surface has the specified u and v span count.

Public methodStatic memberCreatePatch(IEnumerableGeometryBase, Surface, Int32, Int32, Boolean, Boolean, Double, Double, Double, Boolean, Double)
Constructs a brep patch using all controls
Top
See Also