Packageaway3d.tools
Classpublic class Weld
InheritanceWeld Inheritance Object

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
  
[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 — ObjectContainer3D. The target Object3d object.