Packageaway3d.core.geom
Classpublic class PathDebug
InheritancePathDebug Inheritance Object

displays the path information



Public Properties
 PropertyDefined By
  _container : ObjectContainer3D
PathDebug
  display : Boolean
defines if the path data must be visible or not when path debug
PathDebug
  showAnchors : Boolean
Defines if the anchors must be displayed in debugmode.
PathDebug
Public Methods
 MethodDefined By
  
PathDebug(scene:Scene3D, path:Path)
Creates a new PathDebug object.
PathDebug
  
clearDebug(b:Boolean):void
Removes and destroys the path visualisation
PathDebug
  
updateAnchorAt(index:int):void
PathDebug
Property Detail
_containerproperty
public var _container:ObjectContainer3D

displayproperty 
display:Boolean

defines if the path data must be visible or not when path debug


Implementation
    public function get display():Boolean
    public function set display(value:Boolean):void
showAnchorsproperty 
showAnchors:Boolean

Defines if the anchors must be displayed in debugmode. if false, only curves are displayed


Implementation
    public function get showAnchors():Boolean
    public function set showAnchors(value:Boolean):void
Constructor Detail
PathDebug()Constructor
public function PathDebug(scene:Scene3D, path:Path)

Creates a new PathDebug object.

Parameters
scene:Scene3D — Scene3D. The scene to addchild the visualisation of the Path object
 
path:Path — Path. The Path object to be displayed
####INIT####
Method Detail
clearDebug()method
public function clearDebug(b:Boolean):void

Removes and destroys the path visualisation

Parameters

b:Boolean

updateAnchorAt()method 
public function updateAnchorAt(index:int):void

Parameters

index:int