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):
...
Parameter | Type | Description |
---|---|---|
first_corner | Cad3DPoint | First corner. |
second_corner | Cad3DPoint | Second corner. |
third_corner | Cad3DPoint | Third corner. |
fourth_corner | Cad3DPoint | Fourth corner. |
Exceptions
Exception | Description |
---|---|
ArgumentNullException | Thrown when one of arguments is null |
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
Cad3DFace