distanceLimitedMCIZ: Generate Objects of Class "'distanceLimitedMCIZ'"

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This is the generic definition for generating objects of class "distanceLimitedMCIZ." There is only one constructor method corresponding to this generic: distanceLimitedMCIZ-methods

Usage

1

Arguments

downLog

Signature object of class "downLog".

dls

Signature object of class "distanceLimited" containing the pertinent distance limit.

...

See methods.

Details

Since only one method exists for this generic, its signature arguments coincide with the above definitions. Please see distanceLimitedMCIZ-methods for more details.

Value

A valid object of class "distanceLimitedMCIZ."

Author(s)

Jeffrey H. Gove

References

Notes in vignette form are available from the author.

See Also

Class "distanceLimitedMCIZ", and distanceLimitedMCIZ-methods.

Examples

1
2
3
4
5
6
7
8
#
# generate a simple inclusion zone object with distance limit
# of 6 feet...
#
dl = downLog(buttDiam=15, solidType=4, logAngle=pi/3, logLen=10, units='English')
dlsEng = distanceLimited(6, units='English')
iz.dlmcs = distanceLimitedMCIZ(dl, dls=dlsEng)
iz.dlmcs

sampSurf documentation built on March 5, 2021, 3:01 p.m.