LinearExtrusion constructor

__init__(self)

Constructor of instance LinearExtrusion.


def __init__(self):
    ...

__init__(self, shape, height)

Constructor of instance LinearExtrusion.


def __init__(self, shape, height):
    ...
ParameterTypeDescription
shapeaspose.threed.profiles.Profile
heightfloat

See Also