Click or drag to resize
CMVIEWCylinder3D Method
Draw a 3D cylinder

Available since Oasis montaj version: 5.1.6
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The Fill color is used to color the cylinder. The flags determine if the cylinder is open and what end are closed. Note that you can create cones by specifying a 0 radius for one of the ends.
Syntax
public void Cylinder3D(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	int i9
)

Parameters

d1
Type: SystemDouble
Start X
d2
Type: SystemDouble
Start Y
d3
Type: SystemDouble
Start Z
d4
Type: SystemDouble
End X
d5
Type: SystemDouble
End Y
d6
Type: SystemDouble
End Z
d7
Type: SystemDouble
Start Radius (can be zero)
d8
Type: SystemDouble
End Radius (can be zero)
i9
Type: SystemInt32
See MVIEW_CYLINDER3DConstant
See Also