ModelerObject
Object
Fields Summary
Methods Summary
- Method
 - Description
 - createSectionByCut
 - Cut object
 - createSectionByCutObject
 - Cut object
 - setInvisible
 - Modify objects visibility
 - setVisible
 - Modify objects visibility
 
Fields Details
- color
 - color : Object Color - [1..1] Color
 - coordSys
 - coordSys : System coordinates attached to the object - [1..1] CoordSys
 - ID_BDC
 - ID_BDC : Object identifier in the auxilary subdatabase - [1..1] Integer
 - name
 - name : Name of the modeler object - [1..1] String
 - processus
 - processus : Process linked to the object - [0..N] Process
 - visibility
 - visibility : Object Visibility - [1..1] Visibility
 
Method Details
- createSectionByCut
 - 
                  
- 
                        
Syntax
result = createSectionByCut(cutPlane)
 - 
                        
Parameters
- cutPlane : Cut reference plane - [1..1] ReferencePlane
 
 - 
                        
Returns
- sheets : Sheets - [0..N] Section
 
 
 - 
                        
 - createSectionByCutObject
 - 
                  
- 
                        
Syntax
result = createSectionByCutObject(cutPlane)
 - 
                        
Parameters
- cutPlane : Cut reference plane - [1..1] ReferencePlane
 
 - 
                        
Returns
- sheets : Sheets - [0..N] Section
 
 
 - 
                        
 - setInvisible
 - 
                  
- 
                        
Syntax
setInvisible()
 - 
                        
Parameters
No parameter
 - 
                        
Returns
No return value
 
 - 
                        
 - setVisible
 - 
                  
- 
                        
Syntax
setVisible()
 - 
                        
Parameters
No parameter
 - 
                        
Returns
No return value
 
 -