Click or drag to resize

ExtrusionWallEdge Method

Gets one of the longitudinal curves along the beam or extrusion.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Curve WallEdge(
	ComponentIndex ci
)

Parameters

ci
Type: Rhino.GeometryComponentIndex
The index of this profile.

Return Value

Type: Curve
The profile.
See Also