CSCamera Object

The CSCamera object represents the 3DCrafter Animation Camera.

General GetID
  GetFieldOfView
  SetFieldOfView
Hierarchy GetParentGroup

 

GetID

Gets the camera's unique identifier.

Syntax

shape.GetID() As Variant

GetFieldOfView

Gets the Animation Camera's field of view.

Syntax

shape.GetFieldOfView() As Variant

SetFieldOfView

Sets the Animation Camera's field of view.

Syntax

shape.SetFieldOfView(FieldOFView As Variant)

Remarks

Must be greater than zero.

GetParentGroup

Gets the CSGroup that is the parent group of the camera.

Syntax

shape.GetParentGroup() As CSGroup