Appearance
Editing Tools
Editing tools modify existing geometry. Activate them from the toolbar or by typing their command or alias in the command line.
Trim
Command: TRIM Alias: TR
Removes the portion of an entity on one side of an intersection with another entity. All visible entities in the drawing act as cutting edges automatically — there is no separate boundary-selection step.
Supported entity types: Line, polyline, circle, arc.
Step-by-step:
- Type
TRand press Enter, or click the Trim tool. - Click the portion of the entity you want to remove. PlanCAD finds all intersections between that entity and every other visible entity, then removes the segment closest to your click.
- Continue clicking to trim additional segments. Each click is independent.
- Press Escape to deactivate the tool.
Behavior by entity type:
- Line / polyline segment: The clicked portion between two bracketing intersections is removed, splitting the entity if necessary.
- Circle: The clicked arc portion is removed and the circle is converted to an arc.
- Arc: The clicked portion is trimmed by moving the nearest start or end angle to the intersection.
Shift to extend: Hold Shift while clicking to switch the behavior to Extend on that click (equivalent to using the Extend tool), without leaving the Trim tool.
Extend
Command: EXTEND Alias: EX
Lengthens an entity until it meets another entity acting as a boundary. All visible entities act as boundaries automatically.
Supported entity types: Line, open polyline, arc.
Step-by-step:
- Type
EXand press Enter, or click the Extend tool. - Click near the end of the entity you want to extend. PlanCAD extends that end to the nearest boundary entity.
- Continue clicking other entities to extend them.
- Press Escape to deactivate the tool.
Note: Click near the end you want to extend. PlanCAD determines which end is closer to the click and extends that end.
Offset
Command: OFFSET Alias: O
Creates a parallel copy of an entity at a specified distance. For curved entities (circle, arc, ellipse), the offset enlarges or shrinks the radius uniformly.
Supported entity types: Line, polyline, circle, arc, ellipse.
Step-by-step (typed distance):
- Type
Oand press Enter, or click the Offset tool. The prompt reads "Specify offset distance". - Type the offset distance in the command bar and press Enter. The prompt changes to "Select object to offset".
- Click the entity to offset.
- Click on the side of the entity to which you want the offset applied. A blue ghost shows the preview.
- The offset copy is created. The tool remains in pick mode — click another entity to offset it at the same distance.
- Press Escape to reset.
Step-by-step (mouse distance):
- Activate the tool.
- Click directly on the entity without typing a distance first. The tool enters side-pick mode.
- Move the cursor to the desired offset position — the distance is computed from the click position to the entity.
- Click to commit.
Notes on curved entities:
- Circle / arc: Clicking outside the circle offsets outward (larger radius); clicking inside offsets inward (smaller radius). An inward offset that would produce a zero or negative radius is silently ignored.
- Ellipse: Both radii are expanded or contracted by the same delta, preserving the aspect ratio.
Fillet
Command: FILLET Alias: F
Connects two line endpoints with a smooth circular arc of a specified radius, trimming each line back to the tangent point.
Supported entity types: Line only (both entities must be lines).
Step-by-step:
- Type
Fand press Enter, or click the Fillet tool. The prompt shows the current radius, e.g., "Select first line (R=0.05)". - To change the radius, type the new value in the command bar and press Enter. A toast confirms the new radius.
- Click the first line.
- Click the second line. The fillet arc is inserted and both lines are trimmed to the tangent points.
- The tool resets, ready for the next fillet.
- Press Escape to deselect the first line (if selected) or deactivate the tool.
Default radius: Automatically set based on the active drawing units (0.05 m, 5 cm, or 50 mm).
Chamfer
Command: CHAMFER Alias: CHA
Connects two line endpoints with a straight diagonal cut at a specified equal distance from the corner on each line.
Supported entity types: Line only (both entities must be lines).
Step-by-step:
- Type
CHAand press Enter, or click the Chamfer tool. The prompt shows the current distance, e.g., "Select first line (D=0.05)". - To change the distance, type the new value in the command bar and press Enter. A toast confirms the new distance.
- Click the first line.
- Click the second line. A chamfer line is inserted and both lines are trimmed.
- The tool resets automatically.
- Press Escape to clear the selection or deactivate.
Default distance: Automatically set based on the active drawing units (0.05 m, 5 cm, or 50 mm). Both distances are always equal (symmetric chamfer).
Break
Command: BREAK Alias: BR
Splits a line or polyline at a single clicked point, producing two separate entities that share the break point as a common endpoint.
Supported entity types: Line, polyline.
Step-by-step:
- Type
BRand press Enter, or click the Break tool. - Click on the entity at the point where you want to split it.
- The entity is split into two entities at that point. Both resulting entities are on the same layer with the same style as the original.
- Continue clicking to break additional entities.
- Press Escape to deactivate and return to the Select tool.
Stretch
Command: STRETCH Alias: S
Moves selected endpoints within a crossing-window selection box, stretching entities whose endpoints fall inside the box while keeping endpoints outside the box in place.
Supported entity types: Line (start/end), polyline (individual vertices), rectangle (origin), dimension (start/end).
Step-by-step:
- Type
Sand press Enter, or click the Stretch tool. - Click to start the crossing selection rectangle.
- Drag and click to define the opposite corner. A crossing rectangle (dashed) is shown. Endpoints inside this rectangle will be stretched.
- Click a base point — this is the reference point for the displacement.
- Click the destination point. All endpoints that were inside the crossing rectangle move by the displacement from base to destination. Endpoints outside the rectangle stay fixed.
- The tool resets to the crossing-start phase automatically.
- Press Escape at any phase to restart.
Ortho and polar constraints: Applied to the destination point relative to the base point.
Match Properties
Command: MATCHPROP Alias: MA
Copies the style properties (color, line weight, linetype, layer) from one source entity and applies them to one or more target entities.
Step-by-step:
- Type
MAand press Enter, or click the Match Properties tool. A toast reads "Match Properties: click source entity". - Click the source entity whose properties you want to copy.
- A toast confirms: "Click target entities to apply properties (Esc to finish)".
- Click each target entity. Its style and layer are updated to match the source immediately.
- Press Escape to finish and return to the Select tool.
Properties matched: Stroke color, stroke width, linetype (dash pattern), fill color, and layer assignment.