CenterLineProfile constructor

__init__(self, curve, thickness)

Constructs a new CenterLineProfile with specified curve as center line.


def __init__(self, curve, thickness):
    ...
ParameterTypeDescription
curveaspose.threed.entities.CurveCenter line curve
thicknessfloatThickness applied along the center line

See Also