CADability dotNET
Returns a surface that is "parallel" to this surface, i.e. each point on this surface corresponds a point on the returned surface that has the same (u,v) coordinates and has the 3d coordinates oft the point plus offset*Normal at this point

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

Syntax

C#
ISurface GetOffsetSurface(
	double offset
)
Visual Basic
Function GetOffsetSurface ( _
	offset As Double _
) As ISurface
Visual C++
ISurface^ GetOffsetSurface(
	double offset
)

Parameters

offset
Type: System..::..Double
Offset to this surface

Return Value

The offset surface

See Also