Ora

How do I add a block in GstarCAD?

Published in GstarCAD Blocks 4 mins read

In GstarCAD, you can "add" a block by either creating a new one from existing geometry or by inserting a block definition that already exists within your drawing or in an external file. Mastering both processes enhances efficiency and consistency in your CAD projects.

Creating a New Block in GstarCAD

Creating a block allows you to combine multiple objects into a single, reusable entity. This simplifies your drawing, reduces file size, and enables easy modifications across multiple instances.

Steps to Define a New Block:

  1. Access the Block Definition Dialog:

    • Type BLOCK or BMAKE in the command line and press Enter.
    • Alternatively, navigate to the Insert tab on the GstarCAD ribbon, locate the Block Definition panel, and click on Create Block.
  2. Configure Block Properties:

    • Name: Assign a unique and descriptive name to your block.
    • Base Point: Click the "Pick point" button and select the desired insertion point on your drawing. This point will be used when inserting the block.
      • Important Tip: When working within the Block Editor, the 0,0 coordinate becomes the insertion point for the block. Be mindful of this; avoid moving the geometry inside the Block Editor unless your intention is to redefine the block's insertion point.
    • Objects: Click "Select objects" and choose the entities you want to include in your block.
    • Behavior: Define additional settings such as Annotative, Scale uniformly, Allow exploding, and the Units for the block.
  3. Open in Block Editor (Optional but Recommended):

    • Before finalizing, you can check the "Open in block editor" option in the dialog to refine the block definition further.
    • To access the Block Editor explicitly at any time: You can go to the GstarCAD ribbon Insert tab > Block Definition panel > Block Editor. Alternatively, navigate to the Tools tab in the menu bar and choose Block Editor.
    • Inside the Block Editor, you can modify geometry, add parameters, and define actions. Once satisfied, click "Close Block Editor" and save any changes.
  4. Finalize Creation: Click "OK" in the Block Definition dialog box. Your new block is now defined and saved within the current drawing.

Inserting an Existing Block in GstarCAD

Once a block is defined (either created by you or loaded from another drawing), you can easily insert multiple instances of it into your current drawing.

Steps to Insert a Block:

  1. Access the Insert Dialog:

    • Type INSERT in the command line and press Enter.
    • Alternatively, go to the Insert tab on the GstarCAD ribbon, and click the Insert button (often represented by a block icon with an arrow).
  2. Select the Block:

    • From the "Name" dropdown list, choose the block you wish to insert. If the block is stored in an external file (a separate .DWG), click the "Browse" button to locate and select that file.
  3. Specify Insertion Point, Scale, and Rotation:

    • You can either input specific values for these parameters directly in the dialog box or check the "Specify On-screen" option to interactively pick them in your drawing area.
    • Practical Insight: For most standard architectural or engineering blocks, it's common to start with a scale of 1 and a rotation of 0, adjusting as needed in context.
  4. Confirm Insertion: Click "OK". If you selected "Specify On-screen," click your desired insertion point in the drawing area to place the block.

Key Benefits of Using Blocks

Leveraging blocks in your GstarCAD workflow offers significant advantages:

  • Efficiency: Quickly replicate common elements throughout your drawing, saving considerable time.
  • Consistency: Ensure a uniform appearance for frequently used components, maintaining design standards.
  • File Size Reduction: Block definitions are stored once, and subsequent insertions are merely references, leading to smaller, more manageable file sizes.
  • Easy Updates: Modify the original block definition, and all instances of that block throughout your drawing will automatically update, ensuring accuracy and saving rework.

GstarCAD Block Commands at a Glance

Command Description Access Method
BLOCK / BMAKE Creates a new block definition from selected objects. Ribbon: Insert tab > Block Definition panel > Create Block
INSERT Inserts an existing block definition into the current drawing. Ribbon: Insert tab > Block panel > Insert
BEDIT (Block Editor) Opens the Block Editor to modify a block definition. Ribbon: Insert tab > Block Definition panel > Block Editor OR Tools menu > Block Editor

Further Resources