Cad3DFace constructor

init

Initializes a new instance of the Cad3DFace class.

def __init__(self):
    ...

init

Initializes a new instance of the Cad3DFace class.

def __init__(self, first_corner, second_corner, third_corner, fourth_corner):
    ...
ParameterTypeDescription
first_cornerCad3DPointFirst corner.
second_cornerCad3DPointSecond corner.
third_cornerCad3DPointThird corner.
fourth_cornerCad3DPointFourth corner.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when one of arguments is null

See Also