CADability dotNET
Surface definition of a surface defined by two curves. Both curves use the standard parameter interval from 0.0 to 1.0 The u-direction is provided by a combination of the two curves. The v parameter is defined by a line starting on the first curve and ending on the second curve. It is the surface described by a wire or rubber band synchronously moving along the two curves. the default parameter space is 0.0 to 1.0 on u and v.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public class RuledSurface : ISurfaceImpl, 
	ISerializable
Visual Basic
<SerializableAttribute> _
Public Class RuledSurface _
	Inherits ISurfaceImpl _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class RuledSurface : public ISurfaceImpl, 
	ISerializable

Inheritance Hierarchy

See Also