RhinoCommon API
ExtrusionSetOuterProfile Method |
Sets the outer profile of the extrusion.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool SetOuterProfile( Curve outerProfile, bool cap )
Public Function SetOuterProfile ( outerProfile As Curve, cap As Boolean ) As Boolean
Parameters
- outerProfile
- Type: Rhino.GeometryCurve
curve in the XY plane or a 2D curve. - cap
- Type: SystemBoolean
If outerProfile is a closed curve, then cap determines if the extrusion has end caps. If outerProfile is an open curve, cap is ignored.
Return Value
Type: Booleantrue if the profile was set. If the outer profile is closed, then the extrusion may also have inner profiles. If the outer profile is open, the extrusion may not have inner profiles. If the extrusion already has a profile, the set will fail.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8