GeomTube
Type of geometric Tube
SubTypes
Fields Summary
- Field
 - Description
 - color
 - Geometric Tube Color
 - name
 - Geometric tube name
 - visibility
 - Geometric tube visibility
 
Methods Summary
- Method
 - Description
 - NoLinkGeometricTubes
 - Propagate geometric tubes - NOT related to origin ones
 - PropagatedGeometricTubes
 - Propagate geometric tubes - related to origin ones
 - setInvisible
 - Modify geometric tubes visibility
 - setVisible
 - Modify geometric tube visibility
 
Fields Details
- color
 - color : Geometric Tube Color - [1..1] Color
 - name
 - name : Geometric tube name - [1..1] String
 - visibility
 - visibility : Geometric tube visibility - [1..1] Visibility
 
Method Details
- NoLinkGeometricTubes
 - 
                  
- 
                        
Syntax
result = NoLinkGeometricTubes(transformation, repetitionNumber, radical)
 - 
                        
Parameters
- transformation : Transformation for propagation - [1..1] Transf
 - repetitionNumber : Number of times to apply the transformation - [1..1] Integer
 - radical : Radical for geometric tubes names - [0..1] String
 
 - 
                        
Returns
- geometricTubes Enumeration : Geometric tubes - [0..N] GeomTube
 
 
 - 
                        
 - PropagatedGeometricTubes
 - 
                  
- 
                        
Syntax
result = PropagatedGeometricTubes(transformation, repetitionNumber, radical)
 - 
                        
Parameters
- transformation : Transformation for propagation - [1..1] Transf
 - repetitionNumber : Number of times to apply the transformation - [1..1] Integer
 - radical : Radical for geometric tubes names - [0..1] String
 
 - 
                        
Returns
- geometricTubes Enumeration : Geometric tubes - [0..N] GeomTube
 
 
 - 
                        
 - setInvisible
 - 
                  
- 
                        
Syntax
setInvisible()
 - 
                        
Parameters
No parameter
 - 
                        
Returns
No return value
 
 - 
                        
 - setVisible
 - 
                  
- 
                        
Syntax
setVisible()
 - 
                        
Parameters
No parameter
 - 
                        
Returns
No return value
 
 -