JavaScript must be enabled in order for you to use JSXGraph and JSXGraph reference. However, it seems JavaScript is either disabled or not supported by your browser.

Class Index | File Index

Elements
Classes

Class JXG.GeometryElement3D


      ↳ JXG.GeometryElement3D

This is the basic class for 3D geometry elements like Point3D and Line3D.

Defined in: element3d.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
JXG.GeometryElement3D(elType, elType)
Constructs a new GeometryElement3D object.
Field Summary
Field Attributes Field Name and Description
<private>  
Link to the 2D element(s) used to visualize the 3D element in a view.
<private>  
If this property exists (and is true) the element is a 3D element.
<private>  
Pointer to the view3D in which the element is constructed
Class Detail
JXG.GeometryElement3D(elType, elType)
Constructs a new GeometryElement3D object.
Parameters:
{string} elType


elType


Field Detail
<private> {Array} element2D
Link to the 2D element(s) used to visualize the 3D element in a view. In case, there are several 2D elements, it is an array. JXG.GeometryElement,Array
  p.element2D;

<private> {Boolean} is3D
If this property exists (and is true) the element is a 3D element.

<private> {JXG.View3D} view
Pointer to the view3D in which the element is constructed

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 08 2024 12:21:01 GMT+0100 (Mitteleuropäische Normalzeit)