LinearPath.Offset (Double, Vector3D, Double, Boolean) Method

Public Function Offset( _ 
ByVal amount As Double, _ 
ByVal planeNormal As Vector3D, _ 
ByVal tol As Double, _ 
ByVal sharp As Boolean
) As ICurve Implements _ 
ICurve.Offset
This language is not supported or no code example is available.
public ICurve Offset( 
double amount
Vector3D planeNormal
double tol
bool sharp 
)
This language is not supported or no code example is available.

Parameters

amount
double

planeNormal
Vector3D

tol
double

sharp
bool

Return Value

ICurve

Implements

ICurve.Offset

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition