CADability dotNET
Copies the data of the given surface to this surface. The two surfaces are guaranteed to be of the same type. (Used after Clone()()()() and Modify(ModOp) to restore the original values).

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

Syntax

C#
void CopyData(
	ISurface CopyFrom
)
Visual Basic
Sub CopyData ( _
	CopyFrom As ISurface _
)
Visual C++
void CopyData(
	ISurface^ CopyFrom
)

Parameters

CopyFrom
Type: CADability.GeoObject..::..ISurface
where to copy the data from

See Also