Packageaway3d.core.mesh
Interfacepublic interface IMeshElement
ImplementorsBaseMeshElement

Public Properties
 PropertyDefined by
  maxX : Number
[read-only]
IMeshElement
  maxY : Number
[read-only]
IMeshElement
  maxZ : Number
[read-only]
IMeshElement
  minX : Number
[read-only]
IMeshElement
  minY : Number
[read-only]
IMeshElement
  minZ : Number
[read-only]
IMeshElement
  radius2 : Number
[read-only]
IMeshElement
  vertices : Array
[read-only]
IMeshElement
  visible : Boolean
[read-only]
IMeshElement
Public Methods
 MethodDefined by
  
addOnVertexChange(listener:Function):void
IMeshElement
  
addOnVertexValueChange(listener:Function):void
IMeshElement
  
addOnVisibleChange(listener:Function):void
IMeshElement
  
removeOnVertexChange(listener:Function):void
IMeshElement
  
removeOnVertexValueChange(listener:Function):void
IMeshElement
  
removeOnVisibleChange(listener:Function):void
IMeshElement
Property detail
maxXproperty
maxX:Number  [read-only]Implementation
    public function get maxX():Number
maxYproperty 
maxY:Number  [read-only]Implementation
    public function get maxY():Number
maxZproperty 
maxZ:Number  [read-only]Implementation
    public function get maxZ():Number
minXproperty 
minX:Number  [read-only]Implementation
    public function get minX():Number
minYproperty 
minY:Number  [read-only]Implementation
    public function get minY():Number
minZproperty 
minZ:Number  [read-only]Implementation
    public function get minZ():Number
radius2property 
radius2:Number  [read-only]Implementation
    public function get radius2():Number
verticesproperty 
vertices:Array  [read-only]Implementation
    public function get vertices():Array
visibleproperty 
visible:Boolean  [read-only]Implementation
    public function get visible():Boolean
Method detail
addOnVertexChange()method
public function addOnVertexChange(listener:Function):void Parameters
listener:Function
addOnVertexValueChange()method 
public function addOnVertexValueChange(listener:Function):void Parameters
listener:Function
addOnVisibleChange()method 
public function addOnVisibleChange(listener:Function):void Parameters
listener:Function
removeOnVertexChange()method 
public function removeOnVertexChange(listener:Function):void Parameters
listener:Function
removeOnVertexValueChange()method 
public function removeOnVertexValueChange(listener:Function):void Parameters
listener:Function
removeOnVisibleChange()method 
public function removeOnVisibleChange(listener:Function):void Parameters
listener:Function
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments