Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
mslosar
in reply to: CAD_CAM_MAN

I set a color for our ETCH layer and a few other things with mine:

 

 Dim sOut As String
        sOut = "FLAT PATTERN DXF?AcadVersion=2010&" &
                            "OuterProfileLayer=0&" &
                            "InteriorProfilesLayer=0&" &
                            "BendUpLayerColor=255;255;0&" &
                            "BendUpLayerLineType=37641&" &
                            "BendDownLayerColor=255;255;0" &
                            "BendDownLayerLineType=37641&" &
                            "BendUpLayer=Etch&" &
                            "BendDownLayer=Etch&" &
                            "BendLayer=Etch&" &
                            "FeatureProfilesUpLayer=Etch&" &
                            "FeatureProfilesUpLayerColor=255;255;0&" &
                            "FeatureProfilesUpLayerLineType=37641&" &
                            "FeatureProfilesDownLayer=Etch&" &
                            "FeatureProfilesDownLayerColor=255;255;0&" &
                            "FeatureProfilesDownLayerLineType=37641&" &
                            "UnconsumedSketchesLayer=Etch&" &
                            "UnconsumedSketchesLayerColor=255;255;0&" &
                            "UnconsumedSketchesLayerLineType=37641&" &
                            "InvisibleLayers=IV_ARC_CENTERS;IV_TANGENT" &
                            "SimplifySplines=False"