To properly display this page you need a browser with JavaScript support.
Download
|
Support
|
Training
|
Login/Register
Software
Consulting
Research
Discoveries
×
Menu
Index
Search
Search
Search
Application Programming Interface (API)
Python API Guidance
6 VE Python API
6.1 Conventions Used in the VE API and User Guide
6.1.40 VEModel
Previous page
Next page
To properly display this page you need a browser with JavaScript support.
6.1.40 VEModel
Interface for VE models.
Basic usage:
project = iesve.VEProject.get_current_project()
realmodel = project.models[0]
selectedbodies = realmodel.get_bodies(True)
The contents of 6.1.40 VEModel
6.1.40.1 Notes on VE Model objects
6.1.40.2 Methods Defined Here
6.1.40.3 Attributes Defined Here
6.1.40.4 Enums Defined Here