 | BoxFieldProbeCreate(Document, ICurvePoint, ICurvePoint) Method |
Create a BoxFieldProbe with ICurvePoint
Namespace: ema3d.Api.V25.Core.ProbesAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static BoxFieldProbe Create(
Document document,
ICurvePoint minimum,
ICurvePoint maximum
)
Public Shared Function Create (
document As Document,
minimum As ICurvePoint,
maximum As ICurvePoint
) As BoxFieldProbe
public:
static BoxFieldProbe^ Create(
Document^ document,
ICurvePoint^ minimum,
ICurvePoint^ maximum
)
static member Create :
document : Document *
minimum : ICurvePoint *
maximum : ICurvePoint -> BoxFieldProbe
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
BoxFieldProbea BoxFieldProbe object
See Also