ArbitraryProfile constructor

__init__(self)

Constructor of ArbitraryProfile


def __init__(self):
    ...

__init__(self, curve)

Constructor of ArbitraryProfile with an initial curve.


def __init__(self, curve):
    ...
ParameterTypeDescription
curveaspose.threed.entities.CurveInitial curve of the profile

See Also