SectionDrawingView.SetHiddenLinesStatus Method
Parent Object: SectionDrawingViewDescription
Method that sets the hidden lines status of a component in the drawing view.
Syntax
SectionDrawingView.SetHiddenLinesStatus( Component As Object, visibleStatus As HiddenLinesStatusEnum )Parameters
Name | Type | Description |
Component | Object | Input Document, ComponentOccurrence, ComponentOccurrenceProxy, SurfaceBody, SurfaceBodyProxy, MeshFeature or MeshFeatureProxy object to indicate a component in the drawing view. |
visibleStatus | HiddenLinesStatusEnum | Input HiddenLinesStatusEnum value to specify the hidden line status for the component. Valid values are kAllHiddenLinesVisible and kAllHiddenLinesInvisible. |