ExtrusionProfile3d Method (ComponentIndex) |
Gets one of the profiles.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Curve Profile3d(
ComponentIndex ci
)
Public Function Profile3d (
ci As ComponentIndex
) As Curve
Parameters
- ci
- Type: Rhino.GeometryComponentIndex
The index of this profile.
Return Value
Type:
CurveThe profile.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also