Interface ICamApiViewPort
Assembly: CAMAPI.ViewPort.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("856044DC-0487-4609-888E-CC19F053C3AE")]
public interface ICamApiViewPort
Properties
Cube
Declaration
ICamApiViewCube Cube { get; }
Property Value
Matrix
View port transformation matrix. Setting this property changes the view immediately.
Declaration
TST3DMatrix Matrix { get; set; }
Property Value
ScaleFactor
Declaration
double ScaleFactor { get; }
Property Value
ViewBox
View port bounding box. Setting this property changes the view immediately.
Declaration
TST2DBox ViewBox { get; set; }
Property Value
ViewMode
Declaration
TViewPortViewMode ViewMode { get; }
Property Value
Methods
SetMatrixFluently(TST3DMatrix)
Declaration
void SetMatrixFluently(TST3DMatrix Matrix)
Parameters
SetViewBoxFluently(TST2DBox)
Declaration
void SetViewBoxFluently(TST2DBox Box)
Parameters
ZoomAll(bool)
Declaration
void ZoomAll(bool Fluently)
Parameters
| Type |
Name |
Description |
| bool |
Fluently |
|