QselPointRaw

Short description

Comming soon …

Command:

Comming soon …

Description:

Comming soon …

Helper function: (if any)​

Comming soon …

Functionalities:

Comming soon …

Result:

Comming soon …

Images, animations etc.

Pixel

XAML code:

<ResourceDictionary
 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows">
 
 <src:RibbonToolTip x:Key="QselPointRaw">
 <src:RibbonToolTip.ExpandedContent>
 <StackPanel>
 <TextBlock Background="AntiqueWhite" TextAlignment="Left">
<Bold>Function Syntax: qselpts</Bold>
<LineBreak/>
<Hyperlink>http://www.theswamp.org/index.php?topic=44919.msg501278#msg501278</Hyperlink>
<LineBreak/>		
Quick select points with the same raw descriprions.
</TextBlock>
 
 <!-- Use MediaElement for GIF (static first frame) and Image as fallback -->

 
 
 </StackPanel>
 </src:RibbonToolTip.ExpandedContent>
 </src:RibbonToolTip>
</ResourceDictionary>

Additional info:

Share this page:

Leave a Reply

Page Tag: 🏷️ C3D_tools

  • QselPointRaw

    Short description Comming soon … Command: Comming soon … Description: Comming soon … Helper function: (if any)​ Comming soon … Functionalities: Comming soon … Result: Comming soon … Images, animations etc. XAML code: Expand Code ↓ Select Code Copy Code <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows"> <src:RibbonToolTip x:Key="QselPointRaw"> <src:RibbonToolTip.ExpandedContent> <StackPanel> <TextBlock Background="AntiqueWhite" TextAlignment="Left"> <Bold>Function Syntax: qselpts</Bold> <LineBreak/>…

  • HidePointsByStyle

    Short description Comming soon … Command: Comming soon … Description: Comming soon … Helper function: (if any)​ Comming soon … Functionalities: Comming soon … Result: Comming soon … Images, animations etc. XAML code: Expand Code ↓ Select Code Copy Code <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows"> <src:RibbonToolTip x:Key="HidePointsByStyle"> <src:RibbonToolTip.ExpandedContent> <StackPanel> <TextBlock Background="AntiqueWhite" TextAlignment="Left"> <Bold>Function Syntax: HidePointsByStyle</Bold> <LineBreak/>…

  • DeletePG

    Short description Comming soon … Command: Comming soon … Description: Comming soon … Helper function: (if any)​ Comming soon … Functionalities: Comming soon … Result: Comming soon … Images, animations etc. XAML code: Expand Code ↓ Select Code Copy Code <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows"> <src:RibbonToolTip x:Key="DeletePG"> <src:RibbonToolTip.ExpandedContent> <StackPanel> <TextBlock Background="AntiqueWhite" TextAlignment="Left"> <Bold>Function Syntax: deletePGdups</Bold> <LineBreak/>…

  • CogoPointElevation2Clipboard

    Short description 📐 CogoPointElevation2Clipboard.lsp is a Civil 3D AutoLISP clipboard utility that copies elevations from selected COGO points directly to plain text. The tool helps AutoCAD Civil 3D users quickly extract point elevation values, paste them into Excel or reports, and reduce manual point property checking during survey review and CAD quality control. Command: 📌…

  • CogoPoinsInfoToClipboard

    Short description 📋 CogoPoinsInfoToClipboard.lsp is a Civil 3D AutoLISP clipboard export utility that copies selected COGO point properties directly to plain text. The tool helps AutoCAD Civil 3D users extract point numbers, coordinates, elevations, descriptions, styles, layers, scale, rotation, latitude, longitude, and project version information without manually checking each point. Command: 📌 Main command: GETP.…

  • CogoNameToDesc

    Short description Comming soon … Command: Comming soon … Description: Comming soon … Helper function: (if any)​ Comming soon … Functionalities: Comming soon … Result: Comming soon … Images, animations etc. XAML code: Expand Code ↓ Select Code Copy Code <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows"> <src:RibbonToolTip x:Key="CogoNameToDesc"> <src:RibbonToolTip.ExpandedContent> <StackPanel> <TextBlock Background="AntiqueWhite" TextAlignment="Left"> <Bold>Function Syntax: CogoNameToDesc</Bold> <LineBreak/>…

  • Block2CogoPoints

    Short description Comming soon … Command: Comming soon … Description: Comming soon … Helper function: (if any)​ Comming soon … Functionalities: Comming soon … Result: Comming soon … Images, animations etc. XAML code: Expand Code ↓ Select Code Copy Code <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows"> <src:RibbonToolTip x:Key="Block2CogoPoints"> <src:RibbonToolTip.ExpandedContent> <StackPanel> <TextBlock Background="AntiqueWhite" TextAlignment="Left"> <Bold>Function Syntax: BLock2Civilpoint</Bold> <LineBreak/>…

  • AddPointFG

    Short description Comming soon … Command: Comming soon … Description: Comming soon … Helper function: (if any)​ Comming soon … Functionalities: Comming soon … Result: Comming soon … Images, animations etc. XAML file: Lisp code: Expand Code ⬇ Select Code Copy Code Comming soon … Share this page:

  • AddPoint2Group

    Short description 🧩 AddPoint2Group.LSP is a Civil 3D AutoLISP point group management utility that helps users add selected COGO points to a point group, move points between point groups, create new target groups, and rename existing point groups from a simple DCL dialog. The tool improves Civil 3D productivity by reducing manual point group editing…