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.
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. |
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. |