Click or drag to resize

RayTracingCreate Method

Creates a new default RayTracing within the document.

Namespace: ema3d.Api.V26.Charging.Workflow
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public static RayTracing Create(
	Document document = null
)

Parameters

document  Document  (Optional)
Document object to create new definition in.

Return Value

RayTracing
The new default RayTracing object.
See Also