ViewSetView(Point3d, Point3d,
Vector3d, Double, Double, Projection) Method
|
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetView(
Point3d position,
Point3d target,
Vector3d upVector,
double fieldWidth,
double fieldHeight,
Projection projection
)
Public Overridable Sub SetView (
position As Point3d,
target As Point3d,
upVector As Vector3d,
fieldWidth As Double,
fieldHeight As Double,
projection As Projection
)
public:
virtual void SetView(
Point3d position,
Point3d target,
Vector3d upVector,
double fieldWidth,
double fieldHeight,
Projection projection
)
abstract SetView :
position : Point3d *
target : Point3d *
upVector : Vector3d *
fieldWidth : float *
fieldHeight : float *
projection : Projection -> unit
override SetView :
position : Point3d *
target : Point3d *
upVector : Vector3d *
fieldWidth : float *
fieldHeight : float *
projection : Projection -> unit
Parameters
- position Point3d
-
- target Point3d
-
- upVector Vector3d
-
- fieldWidth Double
-
- fieldHeight Double
-
- projection Projection
-
See Also