STK Vector Geometry ToolSend comments on this topic.
CreateCalcScalarDotProduct Method (IAgCrdnCalcScalarFactory)
See Also
Name
Component's name. The name must not have spaces.
Description
Component's optional description.
Windows





Windows & Linux

Description

Create a scalar calculation that is defined by a dot product between two vectors.

Syntax

[Visual Basic .NET]
Public Function CreateCalcScalarDotProduct( _
    ByVal Name As String, _
    ByVal Description As String _
) As IAgCrdnCalcScalar
[C#]
public IAgCrdnCalcScalar CreateCalcScalarDotProduct(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnCalcScalar^ CreateCalcScalarDotProduct(
    String __gc ^ Name,
    String __gc ^ Description
);
[Unmanaged C++]
public: HRESULT CreateCalcScalarDotProduct(
    BSTR Name,
    BSTR Description,
    IAgCrdnCalcScalar ** ppRetVal
);
[Java]
public IAgCrdnCalcScalar createCalcScalarDotProduct(
    String Name,
    String Description
);
[Python - STK API ]
def CreateCalcScalarDotProduct(self, Name:str, Description:str) -> "IAgCrdnCalcScalar":

Parameters

Name
Component's name. The name must not have spaces.
Description
Component's optional description.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.