CenterLineProfile constructor
__init__(self, curve, thickness)
Constructs a new CenterLineProfile
with specified curve as center line.
def __init__(self, curve, thickness):
...
Parameter | Type | Description |
---|---|---|
curve | aspose.threed.entities.Curve | Center line curve |
thickness | float | Thickness applied along the center line |
See Also
- module
aspose.threed.profiles
- class
CenterLineProfile