Package | away3d.tools |
Class | public class Weld |
Weld
Property | Defined by | ||
---|---|---|---|
verticesRemoved : uint [static][read-only]
returns howmany vertices were deleted during the welding operation.
| Weld |
Method | Defined by | ||
---|---|---|---|
[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.
Implementation public static function get verticesRemoved():uint
apply | () | method |
public static function apply(object:ObjectContainer3D):void
Apply the welding code to a given ObjectContainer3D.
Parametersobject:ObjectContainer3D — object ObjectContainer3D. The target Object3d object.
|