Packageaway3d.tools
Classpublic class Weld

Class Weld removes the vertices that can be sharedWeld

Public Properties
 PropertyDefined by
  verticesRemoved : uint
[static][read-only] returns howmany vertices were deleted during the welding operation.
Weld
Public Methods
 MethodDefined by
  
apply(object:ObjectContainer3D):void
[static] Apply the welding code to a given ObjectContainer3D.
Weld
Property detail
verticesRemovedproperty
verticesRemoved:uint  [read-only]

returns howmany vertices were deleted during the welding operation.

Implementation
    public static function get verticesRemoved():uint
Method detail
apply()method
public static function apply(object:ObjectContainer3D):void

Apply the welding code to a given ObjectContainer3D.

Parameters
object:ObjectContainer3D — object ObjectContainer3D. The target Object3d object.
Wiki link
Click to go to the wiki page for 'away3d.tools.Weld'

Code examples

Comments