DatumPlane.SetDatumExtentType
Description:
Sets whether the curve representing the datum plane is displayed according to its 3d extents, or else according to a view specific setting.
Sets whether the curve representing the datum plane is displayed according to its 3d extents, or else according to a view specific setting.
Remarks:
In a particular view, the datum plane is represented by a curve and the two ends of the curve may have different DatumExtentTypes in that view. If the value is changed from DatumExtentType::Model to DatumExtentType::ViewSpecific, then the view specific extents will be identical to the model extent until modified.
In a particular view, the datum plane is represented by a curve and the two ends of the curve may have different DatumExtentTypes in that view. If the value is changed from DatumExtentType::Model to DatumExtentType::ViewSpecific, then the view specific extents will be identical to the model extent until modified.
public void SetDatumExtentType(
DatumEnds datumEnd,
View view,
DatumExtentType extentMode
)
-
datumEndSpecifies one end of the curve representing the datum plane in the view.
-
viewThe view in which to set the datum extent settings.
-
extentModeThe DatumExtentType.
-
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