Defines a camera (point of view) in a scene. More...
Public Member Functions | |
| Camera (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| Camera () | |
| Constructor. | |
| Camera (cadex.Geom.Point theLocation, cadex.Geom.Point theTargetGeomPoint, cadex.Geom.Direction theUpDirection) | |
| Camera (cadex.Geom.Point theLocation, cadex.Geom.Point theTargetGeomPoint, cadex.Geom.Direction theUpDirection, cadex.UTF16String theName) | |
| void | SetLocation (cadex.Geom.Point theLocation) |
| Sets the location of the camera. | |
| cadex.Geom.Point | Location () |
| Returns the location of the camera. | |
| void | SetTargetPoint (cadex.Geom.Point theTargetPoint) |
| Sets the target point of the camera. | |
| cadex.Geom.Point | TargetPoint () |
| Returns the point that the camera is looking at. | |
| void | SetUpDirection (cadex.Geom.Direction theUpDirection) |
| Sets the "up" direction of the camera. | |
| cadex.Geom.Direction | UpDirection () |
| Returns the "up" direction of the camera. | |
| void | SetName (cadex.UTF16String theName) |
| Sets the name of the camera. | |
| cadex.UTF16String | Name () |
| Returns the name of the camera. | |
Public Member Functions inherited from cadex.BaseObject | |
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| bool | IsNull () |
| ulong | Id () |
| Return unique identifier of public object. | |
| bool | IsEqual (cadex.BaseObject theObj) |
| override int | GetHashCode () |
| override bool | Equals (System.Object o) |
Static Public Member Functions | |
| static bool | CompareType (cadex.BaseObject theObject) |
| Returns true if theObject has the Camera type. | |
| static cadex.PMI.Camera | Cast (cadex.BaseObject theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Defines a camera (point of view) in a scene.
|
inlineprotectedvirtual |
Reimplemented from cadex.BaseObject.