You are here: Start » FIL.NET » TransformLimits3D Class

TransformLimits3D Class

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Rotation and translation limits for registration of Point Clouds

Constructors

 ConstructorDescription
TransformLimits3D(NullableRef<RotationLimits3D>)
TransformLimits3D(NullableRef<RotationLimits3D>, NullableRef<TranslationLimits3D>)
TransformLimits3D()

Properties

 NameTypeDescription
RotationLimitFilNet.NullableRef<FilNet.RotationLimits3D>Roll-Pitch-Yaw Angle Limits
TranslationLimitFilNet.NullableRef<FilNet.TranslationLimits3D>Minimum and maximum translation along X-Y-Z Axes

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(FilNet.TransformLimits3D)
Equals(FilNet.TransformLimits3D, FilNet.TransformLimits3D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also