 | CDMPPLYGetSwing Method |
Get the swing of a given polygon.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetSwing(
int p,
ref double az
)
public void GetSwing(
int p,
ref double az
)
Public Sub GetSwing (
p As Integer,
ByRef az As Double
)
Public Sub GetSwing (
p As Integer,
ByRef az As Double
)
public:
void GetSwing(
int p,
double% az
)
public:
void GetSwing(
int p,
double% az
)
member GetSwing :
p : int *
az : float byref -> unit
member GetSwing :
p : int *
az : float byref -> unit
Parameters
- p
- Type: SystemInt32
Polygon number (1 to NP) - az
- Type: SystemDouble
Swing (degrees) (o)
Remarks
The swing is the equivalent section swing,
equal to zero for vertical plates, and increasing
as the normal vector goes from horizontal upward.
See Also