DrawingView.DrawingCurves Property
Parent Object: DrawingViewDescription
Property that returns all the drawing curves within the drawing view optionally filtered to the input model object. This property returns Nothing for draft views.iew object represents a drawing view on a sheet.
Syntax
DrawingView.DrawingCurves( [ModelObject] As Variant ) As DrawingCurvesEnumeratorProperty Value
This is a read only property whose value is a DrawingCurvesEnumerator.Parameters
Name | Type | Description |
ModelObject | Variant | Optional input object that specifies the object from the model for which the corresponding drawing view curves need to be retrieved. This could be an Edge, Face, PartFeature, Sketch, SketchEntity, Sketch3D, SketchEntity3D, ComponentOccurrence, or the proxies to any of these. If not specified, all the edges from the drawing view are returned. This is an optional argument whose default value is null. |
Samples
Name | Description |
Add detail drawing view | This sample demonstrates the creation of a detail drawing view with an attach point. |
Creating hole tables | This sample demonstrates the creation of hole tables in a drawing. |