SpatialFilterSetPerspectiveCamera Method
|
Sets the perspective camera position of this
Spatial Filter object.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void SetPerspectiveCamera(
Point3d fromPoint
)
Public Sub SetPerspectiveCamera (
fromPoint As Point3d
)
public:
void SetPerspectiveCamera(
Point3d fromPoint
)
member SetPerspectiveCamera :
fromPoint : Point3d -> unit
Parameters
- fromPoint Point3d
- [in] Perspective camera position.
See Also