Click or drag to resize

CroSecPropertiesMoveAndRotate Method

move and rotate the given poly-lines.

Namespace:  KarambaCommon.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static List<PolyLine3> MoveAndRotate(
	List<PolyLine3> plines,
	Vector3 t,
	double angle
)

Parameters

plines
Type: System.Collections.GenericListPolyLine3
List of poly-lines.
t
Type: Karamba.GeometryVector3
translation vector.
angle
Type: SystemDouble
angle of rotation about the Z-axis.

Return Value

Type: ListPolyLine3
Rotated poly-lines.
See Also