BrepCreatePatch Method |
Name | Description | |
---|---|---|
CreatePatch(IEnumerableGeometryBase, Surface, Double) |
Constructs a brep patch.
This is the simple version of fit that uses a specified starting surface. | |
CreatePatch(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. | |
CreatePatch(IEnumerableGeometryBase, Surface, Int32, Int32, Boolean, Boolean, Double, Double, Double, Boolean, Double) |
Constructs a brep patch using all controls
|