Tutorials 4.0 Vehicle : Différence entre versions
De Wiki
(Page créée avec « == What is an Assembly ? == As explained more in details in the user manual, the [{{PathCurrentJavaDoc}}/fr/cnes/sirius/patrius/assembly/Assembly.html Assembly] is a mean... ») |
|||
Ligne 22 : | Ligne 22 : | ||
'''Code example:''' [[UsingVehicleClass|Using the Vehicle class]] | '''Code example:''' [[UsingVehicleClass|Using the Vehicle class]] | ||
+ | |||
+ | [[Category:Tutorials]] |
Version du 15 février 2018 à 12:45
What is an Assembly ?
As explained more in details in the user manual, the Assembly is a mean to build a vehicle. The main principles are the following ones:
- An Assembly is described by its sub parts (and can be made of only one).
- Each of these parts is defined by a name, a frame to know its position and orientation at any time, and a list of properties.
- The first created part is the "main part". Its associated frame defines the "main frame" of the vehicle.
The Assembly's creation is made through a "builder" object as in the example below.
Code examples:
Using the Vehicle class
Since V3.4 version, it is now possible to use the Vehicle class which is simpler to use for basic spacecraft definition. the following example shows how to define:
- the dry mass
- the shape
- the aerodynamic properties
- the propulsive properties
Code example: Using the Vehicle class