Packageaway3d.tools.commands
Classpublic class Explode
InheritanceExplode Inheritance Object

Class Explode make all vertices and uv's of a mesh unicExplode



Public Properties
 PropertyDefined By
  verticesAdded : int
[static] [read-only] returns howmany vertices were added during the explode operation.
Explode
Public Methods
 MethodDefined By
  
apply(object:ObjectContainer3D, keepNormals:Boolean = true):void
[static] Apply the explode code to a given ObjectContainer3D.
Explode
Property Detail
verticesAddedproperty
verticesAdded:int  [read-only]

returns howmany vertices were added during the explode operation.


Implementation
    public static function get verticesAdded():int
Method Detail
apply()method
public static function apply(object:ObjectContainer3D, keepNormals:Boolean = true):void

Apply the explode code to a given ObjectContainer3D.

Parameters

object:ObjectContainer3D — ObjectContainer3D. The target Object3d object.
 
keepNormals:Boolean (default = true) — Boolean. If the vertexNormals of the object are preserved. Default is true.