Point.Offset Method

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

Parameters

amount
double

planeNormal
Vector3D

tolerance
double

sharp
bool

Return Value

ICurve

.NET Framework

Supported in: 4.8

In this article

Definition