Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 880 Bytes

File metadata and controls

40 lines (32 loc) · 880 Bytes

BeginMultDashConvert

Description

Used when a number of pseudo index to dash style conversion operations (or vice versa) are going to be performed.

Use EndMultDashConvert when the conversions are complete.

PROCEDURE BeginMultDashConvert;
def vs.BeginMultDashConvert():
    return None

Examples

BeginMultDashConvert;
import vs

# Used when a number of pseudo index to dash style conversion operations (or
# vice versa) are going to be performed.
vs.BeginMultDashConvert()
newObj = vs.LNewObj()  # handle to the newly created object

See Also

VS Functions: GetPseudoIndFromDash | GetDashFromPseudoInd | EndMultDashConvert

Version

Availability: from Vectorworks 2019

Category