SurfaceCreateExtrusionToPoint Method |
Constructs a surface by extruding a curve to a point.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Surface CreateExtrusionToPoint(
Curve profile,
Point3d apexPoint
)
Public Shared Function CreateExtrusionToPoint (
profile As Curve,
apexPoint As Point3d
) As Surface
Parameters
- profile
- Type: Rhino.GeometryCurve
Profile curve to extrude. - apexPoint
- Type: Rhino.GeometryPoint3d
Apex point of extrusion.
Return Value
Type:
SurfaceA Surface on success or null on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also