SurfaceCreateExtrusionToPoint Method |
Constructs a surface by extruding a curve to a point.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public 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.
See Also