Click or drag to resize

PointFieldProbeCreate Method

Create a PointFieldProbe

Namespace: ema3d.Api.V25.Core.Probes
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static PointFieldProbe Create(
	Document document,
	ICurvePoint point
)

Parameters

document  Document
Document object to create probe in
point  ICurvePoint
Point in space to create the PointFieldProbe

Return Value

PointFieldProbe
a PointFieldProbe object
See Also