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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 start_x,
	double start_y,
	double start_z,
	double end_x,
	double end_y,
	double end_z,
	double start_radius,
	double end_radius,
	int flags
)

Parameters

start_x
Type: SystemDouble
Start X
start_y
Type: SystemDouble
Start Y
start_z
Type: SystemDouble
Start Z
end_x
Type: SystemDouble
End X
end_y
Type: SystemDouble
End Y
end_z
Type: SystemDouble
End Z
start_radius
Type: SystemDouble
Start Radius (can be zero)
end_radius
Type: SystemDouble
End Radius (can be zero)
flags
Type: SystemInt32
<define>MVIEW_CYLINDER3D</define>
See Also