You are here: Start » Line3D Constructor

Line3D Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public Line3D
(
	float x_,
	float y_,
	float z_,
	float deltaX_,
	float deltaY_,
	float deltaZ_
)

Parameters

Name Type Range Default Description
x_float
y_float
z_float
deltaX_float
deltaY_float
deltaZ_float

See also