Packagealternativa.engine3d.errors
Classpublic class FaceExistsError
InheritanceFaceExistsError Inheritance ObjectExistsError Inheritance Engine3DError Inheritance Error

An error appearing when trying to add a face to an object, which already contains that face.



Public Properties
 PropertyDefined by
 Inheritedobject : Object
An instance or identifier of the object that is already present in container
ObjectExistsError
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
FaceExistsError(face:Object = null, source:Object = null)
Create an instance of class.
FaceExistsError
Constructor detail
FaceExistsError()constructor
public function FaceExistsError(face:Object = null, source:Object = null)

Create an instance of class.

Parameters
face:Object (default = null)an instance or identifier of already existing in object face
 
source:Object (default = null)error source