DatumPlane.GetCurvesInView
Description:
Gets a collection of curves representing the DatumPlane element in the given view.
Gets a collection of curves representing the DatumPlane element in the given view.
Remarks:
Curves returned for Model extents can be different than curves returned for View-specific extents (2d extents) in the given view. In some cases, such as an arc grid in a section view, there will be two identical curves but offset from one another.
Curves returned for Model extents can be different than curves returned for View-specific extents (2d extents) in the given view. In some cases, such as an arc grid in a section view, there will be two identical curves but offset from one another.
public IList<Curve> GetCurvesInView(
DatumExtentType extentMode,
View view
)
-
extentModeThe extent type.
-
viewThe view.
-
The datum plane cannot be visible in the view.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration