GeometricObject
Geometric object
SubTypes
Fields Summary
Methods Summary
- Method
 - Description
 - createSheetByCut
 - Select cut plane - Step 1 on 2 of wizard
 - cut
 - Select cuting sheet - Step 2 on 2 of wizard
 - cutByPlan
 - Cut geometric objects
 - setInvisible
 - Set invisible selected objects
 - setVisible
 - Set visible selected objects
 
Fields Details
- color
 - color : Geometric object color - [1..1] Color
 - coordSys
 - coordSys : Coordinates system for definition - [1..1] CoordSys
 - ETAT
 - ETAT : Indicateur d'état de l'objet géométrique - [1..1] Integer
 - ID_BDC
 - ID_BDC : Object identifier in the auxilary subdatabase - [1..1] Integer
 - name
 - name : Name of the geometric object - [1..1] String
 - visibility
 - visibility : Geometric object visibility - [1..1] Visibility
 
Method Details
- createSheetByCut
 - 
                  
- 
                        
Syntax
result = createSheetByCut(cutPlane)
 - 
                        
Parameters
- cutPlane : Cut plane - [1..1] GeometricalObjectPlane
 
 - 
                        
Returns
- sheets Enumeration : Sheets - [0..N] sheetObject
 
 
 - 
                        
 - cut
 - 
                  
- 
                        
Syntax
result = cut(radical)
 - 
                        
Parameters
- radical : Radical objects created - [0..1] String
 
 - 
                        
Returns
- sections Enumeration : Sections - [0..N] cutGeometricObject
 
 
 - 
                        
 - cutByPlan
 - 
                  
- 
                        
Syntax
cutByPlan()
 - 
                        
Parameters
No parameter
 - 
                        
Returns
No return value
 
 - 
                        
 - setInvisible
 - 
                  
- 
                        
Syntax
setInvisible()
 - 
                        
Parameters
No parameter
 - 
                        
Returns
No return value
 
 - 
                        
 - setVisible
 - 
                  
- 
                        
Syntax
setVisible()
 - 
                        
Parameters
No parameter
 - 
                        
Returns
No return value
 
 -