Package openalea :: Package plantgl :: Package scenegraph :: Module _pglsg :: Class Disc
[frames] | no frames]

Class Disc

 object --+                            
          |                            
??.instance --+                        
              |                        
    SceneObject --+                    
                  |                    
           Geometry --+                
                      |                
              Primitive --+            
                          |            
            ParametricModel --+        
                              |        
                    PlanarModel --+    
                                  |    
                              SOR2D --+
                                      |
                                     Disc

A 2D disc structure centered on origin and defined by a radius.

Instance Methods
 
__init__(...)
__init__( (object)arg1 [, (float)radius [, (int)slices]]) -> None : Disc(radius, slices)
 
isRadiusToDefault(...)
isRadiusToDefault( (Disc)arg1) -> bool :

Inherited from SOR2D: isSlicesToDefault

Inherited from Geometry: deepcopy, isACurve, isASurface, isAVolume, isExplicit

Inherited from SceneObject: __reduce__, apply, getId, getName, isNamed, isValid, setName

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  __instance_size__ = 12

Inherited from SceneObject: __safe_for_unpickling__

Properties
  radius

Inherited from SOR2D: slices

Inherited from SceneObject: name

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1 [, (float)radius [, (int)slices]]) -> None :
    Disc(radius, slices)

    C++ signature :
        void __init__(struct _object * [,double [,unsigned char]])

Overrides: object.__init__

isRadiusToDefault(...)

 

isRadiusToDefault( (Disc)arg1) -> bool :

    C++ signature :
        bool isRadiusToDefault(class PGL::Disc {lvalue})


Property Details

radius

Get Method:
unreachable(...)
Set Method:
unreachable(...)