Method CreateCurveExtrusionBody
CreateCurveExtrusionBody(ProfileBase, uint, Point3, ExtrusionBoundaryType, ProfileBase)
create a curve extrusion body
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreateCurveExtrusionBody(ProfileBase profileBase, uint curve, Point3 startTangent, ExtrusionBoundaryType boundaryType = ExtrusionBoundaryType.Full, ProfileBase profileEnd = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ProfileBase | profileBase | Profile loops to revolve |
| uint | curve | The profile curves will be extruded along this curve |
| Point3 | startTangent | The starting tangent corresponding of the normal of the plane in which all profile lie |
| ExtrusionBoundaryType | boundaryType | If the profile curves define an area or not |
| ProfileBase | profileEnd | The end profile of the extrusion |
Returns
| Type | Description |
|---|---|
| uint |