Click or drag to resize

BoxFieldProbeCreate(Document, ICurvePoint, ICurvePoint) Method

Create a BoxFieldProbe with ICurvePoint

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

Parameters

document  Document
Document object to create probe in
minimum  ICurvePoint
min bounds for the BoxFieldProbe
maximum  ICurvePoint
max bounds for the BoxFieldProbe

Return Value

BoxFieldProbe
a BoxFieldProbe object
See Also