Click or drag to resize

RevSurfaceAxisAndCurveCoplanar Method

Detemines if the axis of revolution and the curve are co-planar.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool AxisAndCurveCoplanar()

Return Value

Type: Boolean
true if the axis of revolution and the curve are co-planar, false otherwise.
See Also