|
Anark Core SDK
|
A 3D product view. More...
Properties | |
| ISdkEntityHandle | Handle [get] |
| The entity handle. | |
| string | Name [get] |
| The view name. | |
| bool | IsPerspective [get] |
| True if view is a perspective projection view, false if view is a parallel projection view. | |
| ISdkVertex3D | Position [get] |
| Camera position. | |
| ISdkVector3D | UpVector [get] |
| Camera up vector. | |
| ISdkVector3D | ViewDirection [get] |
| Camera view direction. | |
| float | TargetDistance [get] |
| Camera target distance. | |
| float | WindowSize [get] |
| The WindowSize corresponds to the renderer zoom ball radius. | |
| float | FieldOfView [get] |
| Field of View - note, this is not always available (it will be zero if not available) | |
| ISdkVertex3D | LookAtPoint [get] |
| Camera "look at" point. | |
| bool | IsUserDefined [get] |
| True if this is a view that was created in Anark Core. False if this is a view that was imported from a CAD model. | |
| bool | IsTopLevel [get] |
| True is this is a top-level view. | |
| ISdkPlane3D[] | ClippingPlanes [get] |
| A collection of the view clipping planes (if any). | |
| ISdk3DBoundingBox | CapturedSelectionBoundingBox [get] |
| The bounding box of the selected occurrences at the time of the view capture. | |
| ISdkEntityHandle[] | VisibleEntities [get] |
| Entities (occurrences) that are visible in the view. | |
A 3D product view.
|
get |
The bounding box of the selected occurrences at the time of the view capture.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
A collection of the view clipping planes (if any).
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
Field of View - note, this is not always available (it will be zero if not available)
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
The entity handle.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
True if view is a perspective projection view, false if view is a parallel projection view.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
True is this is a top-level view.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
True if this is a view that was created in Anark Core. False if this is a view that was imported from a CAD model.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
Camera "look at" point.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
The view name.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
Camera position.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
Camera target distance.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
Camera up vector.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
Camera view direction.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
Entities (occurrences) that are visible in the view.
Implemented in Anark.CoreSdkApi.Entities.SdkView.
|
get |
The WindowSize corresponds to the renderer zoom ball radius.
Implemented in Anark.CoreSdkApi.Entities.SdkView.