fr.cnes.sirius.patrius.assembly.properties
Class RadiativeApplicationPoint

java.lang.Object
  extended by fr.cnes.sirius.patrius.assembly.properties.RadiativeApplicationPoint
All Implemented Interfaces:
IPartProperty

public class RadiativeApplicationPoint
extends Object
implements IPartProperty

This class represents a radiative application point property

Since:
2.1
Version:
$Id $
Author:
Rami Houdroge
See Also:
DirectRadiativeWrenchModel, SolarRadiationWrench
Concurrency :
immutable

Constructor Summary
RadiativeApplicationPoint(Vector3D applicationPoint)
          Create a radiative force application point property.
 
Method Summary
 Vector3D getApplicationPoint()
          Get the application point in the part frame
 PropertyType getType()
          Get the type of the property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadiativeApplicationPoint

public RadiativeApplicationPoint(Vector3D applicationPoint)
Create a radiative force application point property.

Parameters:
applicationPoint - Application point of the radiative forces in the part frame
Method Detail

getApplicationPoint

public Vector3D getApplicationPoint()
Get the application point in the part frame

Returns:
the application point of radiative forces

getType

public PropertyType getType()
Get the type of the property.

Specified by:
getType in interface IPartProperty
Returns:
the type of the property (see PropertyType enumeration)


Copyright © 2017 CNES. All Rights Reserved.