STK Vector Geometry ToolSend comments on this topic.
CreateVolumeGridConstrained Method (IAgCrdnVolumeGridFactory)
See Also
Name
Description
Windows





Windows & Linux

Description

Creates and registers a volume grid of type that can be constrained by conditions using specified name and description.

Syntax

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

Parameters

Name
Description

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.