Determines if a given model point is within a drawing view. This function returns True if the point is only slightly outside the drawing view, where the allowable deviation is specified in model units.
Syntax
iv_pointInView? ( view As Part, _
modelPt As Point, _
Optional tolerance As Number = 0.001 ) As Boolean
Argument
Type
Description
view
part
Inventor drawing view
modelPt
point
point in model space
tolerance
number
Optional; allowed error, in model units; default is 0.001.