CADability dotNET
Initializes a new instance of the ConstructDirectionOfSurface class

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

Syntax

C#
public ConstructDirectionOfSurface(
	GeoVectorProperty vectorProperty
)
Visual Basic
Public Sub New ( _
	vectorProperty As GeoVectorProperty _
)
Visual C++
public:
ConstructDirectionOfSurface(
	GeoVectorProperty^ vectorProperty
)

See Also