Hide menu
Loading...
Searching...
No Matches

Defines a camera (point of view) in a scene. More...

Inheritance diagram for cadex.PMI.Camera:
cadex.BaseObject

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)
 

Detailed Description

Defines a camera (point of view) in a scene.

See also
SavedView

Constructor & Destructor Documentation

◆ Camera()

cadex.PMI.Camera.Camera ( )
inline

Constructor.

Member Function Documentation

◆ CompareType()

static bool cadex.PMI.Camera.CompareType ( cadex.BaseObject theObject)
inlinestatic

Returns true if theObject has the Camera type.

◆ Dispose()

override void cadex.PMI.Camera.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.BaseObject.

◆ Location()

cadex.Geom.Point cadex.PMI.Camera.Location ( )
inline

Returns the location of the camera.

◆ Name()

cadex.UTF16String cadex.PMI.Camera.Name ( )
inline

Returns the name of the camera.

◆ SetLocation()

void cadex.PMI.Camera.SetLocation ( cadex.Geom.Point theLocation)
inline

Sets the location of the camera.

◆ SetName()

void cadex.PMI.Camera.SetName ( cadex.UTF16String theName)
inline

Sets the name of the camera.

◆ SetTargetPoint()

void cadex.PMI.Camera.SetTargetPoint ( cadex.Geom.Point theTargetPoint)
inline

Sets the target point of the camera.

◆ SetUpDirection()

void cadex.PMI.Camera.SetUpDirection ( cadex.Geom.Direction theUpDirection)
inline

Sets the "up" direction of the camera.

◆ TargetPoint()

cadex.Geom.Point cadex.PMI.Camera.TargetPoint ( )
inline

Returns the point that the camera is looking at.

◆ UpDirection()

cadex.Geom.Direction cadex.PMI.Camera.UpDirection ( )
inline

Returns the "up" direction of the camera.