Click or drag to resize

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
Syntax
public void GetSwing(
	int p,
	ref double az
)

public void GetSwing(
	int p,
	ref double az
)

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