Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
76 views

Polyline Library Functions

This document provides descriptions of various polyline library functions in AutoCAD including functions to add or delete points, check polyline properties, manipulate arcs and splines, extract data from polylines, and reconstruct or modify polylines.

Uploaded by

Felix PC
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views

Polyline Library Functions

This document provides descriptions of various polyline library functions in AutoCAD including functions to add or delete points, check polyline properties, manipulate arcs and splines, extract data from polylines, and reconstruct or modify polylines.

Uploaded by

Felix PC
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Polyline library functions

Function Name PL_3d? PL_AddPoint PL_Arced? PL_ArcPl2LinearPl PL_BoundPoly PL_BreakX PL_DelPoint PL_DividedPoints PL_DrawLeaders Description Checks if a polyline is 3D or not Add a new point on the polyline just before the specified vertex number 'VxNum' Checks if a polyline has atleast one ARC segment Reconstructs a polyline list by replacing only all arc segments with linear segments of specified distance. Creates boundary polygons around lines, polylines and/or Circles Break the polyline at this point Deletes a point from a POLYLINE Returns the points obtained by dividing the given polyline (either in 'entity' form or list form ) Draws Leaders along each segment of the polyline, thus showing the direction of flow of the polyline. Draws Leaders along each segment of the polyline, showing the arrows at the ends of the segments. Returns the face definition list from a polyface object Checks if a polyline is fitted or not Flips (reverses) an arced (2d) polyline using special techniques Find the elevation of a 2d polyline Returns the bulge list of an arced polyline Find the middle point of a line, polyline, arc or spline object Find the slope of the curve object at a given point Returns the complete entity list of a polyline, including the entity list of the vertex entities Returns a list of all starting and ending widths of segments in polyline Creates an Opaque mask out of polylines and/or Circles by turning them into REGION entities. Returns the points obtained by measuring the given polyline (either in 'entity' form or list form ) Checks if a polyline object is a 3d mesh object or not Given a list, draw a POLYLINE or LWPOLYLINE using the entmake function

PL_DrawLeaders2 PL_facelist PL_Fitted? PL_FlipArcedPolyline PL_Get2dPolyElev PL_GetBulgeLst PL_GetMiddlePoint PL_GetSlope@Point PL_GetVxEntl PL_GetWidths PL_MapMask PL_MeasuredPoints PL_Mesh? PL_mk_pl

PL_mk_pl_feed PL_NewPoint PL_Open? PL_plist PL_PlJoin PL_plpick PL_PolyFace?

Given a list, draw a POLYLINE or LWPOLYLINE using co-ordinates feeding to command line Update a point of the POLYLINE at the specified vertex Checks if a polyline is Open or not Return list of points from an LWPOLYLINE or POLYLINE oin Polyline or LINE segments in selection set. Polyline pick Checks if a polyline object is a polyface mesh or not

Reconstructs a polyline list by joining the split up PL_ReconstructPoly objects resulting from an exploded polyline object PL_SeekMain PL_Spl2Pl_Int PL_Splined? PL_SplitPoly PL_SplPl2Pl PL_UpdateLine Seek Main entity name from vertex name Convert a SPLINE or ELLISPE object to a normal polyline using the interpolate method Checks if a polyline is splined or not Split a polyline into a number of smaller segment polylines based on a list of points falling along it. Convert a splined polyline to a normal polyline Update a line object with the two new end points. All line properties, including the handle are maintained Update a polyline entity with a new vertex list. This ensures that all polyline properties, including the handle are maintained Arguments:

PL_UpdatePoly

You might also like