You are here: Start » FIL.NET » FIS.RotatePoint3D_AroundSegment Method

FIS.RotatePoint3D_AroundSegment Method

Rotates a 3D point around a segment (the axis).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePoint3D_AroundSegment
(
	FilNet.Point3D inPoint3D,
	FilNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out FilNet.Point3D outPoint3D,
	NullableRef<FilNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inAxisSegmentFilNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoint3DFilNet.Point3D
outTransformFilNet.NullableRef<FilNet.Matrix> Can be null to skip this parameter calculation.

Function Overrides

See also