Cad3DFace.Cad3DFace

Cad3DFace()

Initializes a new instance of the Cad3DFace class.

public Cad3DFace()

See Also


Cad3DFace(Cad3DPoint, Cad3DPoint, Cad3DPoint, Cad3DPoint)

Initializes a new instance of the Cad3DFace class.

public Cad3DFace(Cad3DPoint firstCorner, Cad3DPoint secondCorner, Cad3DPoint thirdCorner, 
    Cad3DPoint fourthCorner)
ParameterTypeDescription
firstCornerCad3DPointFirst corner.
secondCornerCad3DPointSecond corner.
thirdCornerCad3DPointThird corner.
fourthCornerCad3DPointFourth corner.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when one of arguments is null

See Also