civil:style-create-defaultstyles


(civil:style-create-defaultstyles  styleFlags)

This function creates one or more default style(s) for Label + Symbol as specified by the styleFlags.

Arguments

styleFlags  (integer bit flag)  combination of ECivil3dStylesFlags values

Return

T if successful, NIL otherwise

Example

(vl-load-civil)  T
(civil:style-create-defaultstyles (+ bcCivilGeneralStyles bcCivilPointStyles bcCivilSymbolStyles))  T
(setq labelStyleNames (civil:style-get-labelstyles bcCivilPointLabel T))  ("Default")
(setq symbolStyleNames (civil:style-get-symbolstyles T))  ("Default Point" "Default")

Remarks

see ECivil3dStylesFlags bit values



©  Bricsys NV. All rights reserved.