Click or drag to resize
AB4D logo

CadOffsetCurve Constructor

Initializes a new instance of the CadOffsetCurve class

Namespace: Ab4d.OpenCascade
Assembly: Ab4d.OpenCascade (in Ab4d.OpenCascade.dll) Version: 1.0.0
Syntax
C#
public CadOffsetCurve(
	CadCurve basisCurve,
	CadVector3 offsetDirection,
	double offsetLength
)

Parameters

basisCurve  CadCurve
 
offsetDirection  CadVector3
 
offsetLength  Double
 
See Also