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

FIS.RotatePoint3DGrid_AroundSegment Method

Rotates a grid of 3D points around an segment3D (the axis) in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePoint3DGrid_AroundSegment
(
	FilNet.Point3DGrid inGrid,
	FilNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	FilNet.Point3DGrid outGrid,
	NullableRef<FilNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inGridFilNet.Point3DGrid
inAxisSegmentFilNet.Segment3DThe rotation axis.
inAnglefloatAngle of rotation.
inInverseboolSwitches to the inverse operation.
outGridFilNet.Point3DGrid
outTransformFilNet.NullableRef<FilNet.Matrix> Can be null to skip this parameter calculation.

Function Overrides

See also