Prod.: Engine, ver.: 6020, ID: 60001237, Wish : Support Linetypes in 3d render modes

Wish : Support Linetypes in 3d render modes

Article60001237
TypeWish
ProductEngine
Version6020
Date Added9/27/2010
FixedYes [8/18/2011]
Submitted byGiancarlo Cherubin
Keywords

Subject

Support Linetypes in 3d render modes

Summary

Support Linetypes in 3d render modes

Solution

In version 6021 a new property Enable3dLineTypes of vdDocument.GlobalRenderProperties was added.

Specifies if the LineTypes will be drawn in 3d render modes.

Default value is false.

Change this property to true in order to display the LineTypes in 3d render modes (wire3d,hide,render,shade,shadeon) also.



In the VDF Wrapper component you can do this like:
    Dim doc As VectorDraw_Professional.vdDocument
    
    Set doc = VDrawWrapper1.ActiveDocument.WrapperObject
    doc.GlobalRenderProperties.Enable3dLineTypes = True