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