Click or drag to resize

RayTracing Class

A wrapped ray tracing workflow class that allows accessing and modifying of a ray tracing workflow using the API.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.Charging.WorkflowRayTracing

Namespace: ema3d.Api.V25.Charging.Workflow
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class RayTracing

The RayTracing type exposes the following members.

Properties
 NameDescription
Public propertyFilePath Gets/sets the file path for dose-depth curve import.
Public propertyRaysPerOrigin Gets/sets number of rays to seed for each origin.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a new default RayTracing within the document.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute Executes the workflow.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also