Multiline
Multilines and multiline styles.
31 functions.
CadAddMlineCreates a new multiline entity and returns its handle.
CadAddMlineStyleCreates a new multiline style and returns its handle.
CadMlineDeleteVerDeletes the multiline entity vertex.
CadMlineGetClosedReturns the closed of the multiline entity.
CadMlineGetJustReturns the just of the multiline entity.
CadMlineGetLengthReturns the length of the multiline entity.
CadMlineGetNumVersReturns the number of vertices of the multiline entity.
CadMlineGetScaleReturns the scale of the multiline entity.
CadMlineGetStyleIDReturns the style i d of the multiline entity.
CadMlineGetVerReturns the vertex of the multiline entity.
CadMlineInsertVerInserts a vertex into the multiline before the given index.
CadMlinePutClosedSets the closed of the multiline entity.
CadMlinePutJustSets the just of the multiline entity.
CadMlinePutNumVersSets the number of vertices of the multiline entity.
CadMlinePutScaleSets the scale of the multiline entity.
CadMlinePutStyleIDSets the style i d of the multiline entity.
CadMlinePutVerSets the vertex of the multiline entity.
CadMlinePutZ1Sets the z1 of the multiline entity.
CadMlineStyleGetColorReturns the colour of the multiline style.
CadMlineStyleGetDrawModeReturns the draw mode of the multiline style.
CadMlineStyleGetIDReturns the i d of the multiline style.
CadMlineStyleGetLtypeIDReturns the linetype i d of the multiline style.
CadMlineStyleGetNameReturns the name of the multiline style.
CadMlineStyleGetNumLinesReturns the number of lines of the multiline style.
CadMlineStyleGetOffsetReturns the offset of the multiline style.
CadMlineStylePutColorSets the colour of the multiline style.
CadMlineStylePutDrawModeSets the draw mode of the multiline style.
CadMlineStylePutLtypeIDSets the linetype i d of the multiline style.
CadMlineStylePutNameSets the name of the multiline style.
CadMlineStylePutNumLinesSets the number of lines of the multiline style.
CadMlineStylePutOffsetSets the offset of the multiline style.