MeshCreateFromPlanarBoundary Method (Curve, MeshingParameters) |
Do not use this overload. Use version that takes a tolerance parameter instead.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Mesh CreateFromPlanarBoundary(
Curve boundary,
MeshingParameters parameters
)
Public Shared Function CreateFromPlanarBoundary (
boundary As Curve,
parameters As MeshingParameters
) As Mesh
Parameters
- boundary
- Type: Rhino.GeometryCurve
Do not use. - parameters
- Type: Rhino.GeometryMeshingParameters
Do not use.
Return Value
Type:
Mesh
Do not use.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Obsolete (compiler warning) in 6.8
See Also