AGI STK VGT 11 Send comments on this topic.
CreateAssembled Method (IAgCrdnSystemCommonTasks)
See Also  Example
OriginPoint
Specify an origin point.
ReferenceAxes
Specify a reference axes.





Description

Creates a non-persistent system component assembled from an origin point and a set of reference axes.

Syntax

[Visual Basic .NET]
Public Function CreateAssembled( _
   ByVal OriginPoint As IAgCrdnPoint, _
   ByVal ReferenceAxes As IAgCrdnAxes _
) As IAgCrdnSystemAssembled

[Managed C++]
public: IAgCrdnSystemAssembled^ CreateAssembled(
IAgCrdnPoint ^ OriginPoint,
IAgCrdnAxes ^ ReferenceAxes
);

[Unmanaged C++]
public: HRESULT CreateAssembled(
IAgCrdnPoint * OriginPoint,
IAgCrdnAxes * ReferenceAxes,
IAgCrdnSystemAssembled ** ReturnValue
);

Parameters

OriginPoint
Specify an origin point.
ReferenceAxes
Specify a reference axes.

Example

Creates a system assembled from an origin point and a set of reference axes (using common tasks).
[C#] Copy Code
IAgCrdnSystemAssembled systemAssembled = provider.Systems.CommonTasks.CreateAssembled( 
    ((IAgStkObject)facility).Vgt.Points["Center"], provider.Axes["Fixed"]); 
 

Creates a system assembled from an origin point and a set of reference axes (using common tasks).
[Visual Basic .NET] Copy Code
Dim systemAssembled As IAgCrdnSystemAssembled = provider.Systems.CommonTasks.CreateAssembled((DirectCast(facility, IAgStkObject)).Vgt.Points("Center"), provider.Axes("Fixed"))

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1