| TriangulatedSensorProjectionUpdateFromNewProjection Method (CentralBody, Cartesian, SensorProjection, Int32, Boolean) | 
 
Updates the triangulation from a given sensor projection.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic void UpdateFromNewProjection(
	CentralBody centralBody,
	Cartesian sensorOrigin,
	SensorProjection projection,
	int approximateSamplesPerBoundary,
	bool triangulateProjectionEndCap
)
Public Sub UpdateFromNewProjection ( 
	centralBody As CentralBody,
	sensorOrigin As Cartesian,
	projection As SensorProjection,
	approximateSamplesPerBoundary As Integer,
	triangulateProjectionEndCap As Boolean
)
public:
void UpdateFromNewProjection(
	CentralBody^ centralBody, 
	Cartesian sensorOrigin, 
	SensorProjection^ projection, 
	int approximateSamplesPerBoundary, 
	bool triangulateProjectionEndCap
)
member UpdateFromNewProjection : 
        centralBody : CentralBody * 
        sensorOrigin : Cartesian * 
        projection : SensorProjection * 
        approximateSamplesPerBoundary : int * 
        triangulateProjectionEndCap : bool -> unit 
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
 The central body onto which the sensor is projected.
- sensorOrigin
- Type: AGI.Foundation.CoordinatesCartesian
 The origin of the sensor, expressed in the
FixedFrame of the
centralBody.
- projection
- Type: AGI.Foundation.Geometry.ShapesSensorProjection
 The new sensor projection.
- approximateSamplesPerBoundary
- Type: SystemInt32
 The number of samples to use per sensor projection boundary when triangulating.
- triangulateProjectionEndCap
- Type: SystemBoolean
 Whether triangulations will be performed for an end cap of the projection.
 See Also
See Also