STK Vector Geometry ToolSend comments on this topic.
SetPlane Method (IAgCrdnPlaneRefTo)
See Also
Plane
A pointer to a valid plane.
Windows





Windows & Linux

Description

Sets a new plane.

Syntax

[Visual Basic .NET]
Public Sub SetPlane( _
    ByVal Plane As IAgCrdnPlane _
)
[C#]
public void SetPlane(
    IAgCrdnPlane Plane
);
[Managed C++]
public: void SetPlane(
    IAgCrdnPlane ^ Plane
);
[Unmanaged C++]
public: HRESULT SetPlane(
    IAgCrdnPlane * Plane
);
[Java]
public void setPlane(
    IAgCrdnPlane Plane
);
[Python - STK API ]
def SetPlane(self, Plane:"IAgCrdnPlane") -> None:

Parameters

Plane
A pointer to a valid plane.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.