| Package | away3d.tools |
| Class | public class Weld |
| Inheritance | Weld Object |
Weld
| Property | Defined By | ||
|---|---|---|---|
| verticesRemoved : uint [static] [read-only]
returns howmany vertices were deleted during the welding operation. | Weld | ||
| Method | Defined By | ||
|---|---|---|---|
apply(object:ObjectContainer3D):void [static]
Apply the welding code to a given ObjectContainer3D. | Weld | ||
| verticesRemoved | property |
verticesRemoved:uint [read-only] returns howmany vertices were deleted during the welding operation.
public static function get verticesRemoved():uint| apply | () | method |
public static function apply(object:ObjectContainer3D):voidApply the welding code to a given ObjectContainer3D.
Parameters
object:ObjectContainer3D — ObjectContainer3D. The target Object3d object.
|