Click or drag to resize
CDMPPLYGetSwing Method
Get the swing of a given polygon.

Available since Oasis montaj version: 6.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The swing is the equivalent section swing, equal to zero for vertical plates, and increasing as the normal vector goes from horizontal upward.
Syntax
public void GetSwing(
	int p,
	ref double az
)

Parameters

p
Type: SystemInt32
Polygon number (1 to NP)
az
Type: SystemDouble
Swing (degrees) (o)
See Also