Interface ICamApiFrameOutputProbingCycle
Frame output probing cycle. XML type: TFrameOutputProbingCycle.
TargetFrame and ParentFrame are 4x4 homogeneous matrices (position + XYZ Euler rotation in degrees).
FrameOutputFormat: 0=Matrix, 1=Quaternion, 2=EulerXYZ, ...
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("8D84FBF2-E5A7-41FE-9086-FDF36992633B")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiFrameOutputProbingCycle
Properties
Declaration
int FrameOutputFormat { get; set; }
Property Value
Declaration
TST3DMatrix ParentFrame { get; set; }
Property Value
Declaration
TST3DMatrix TargetFrame { get; set; }
Property Value