![]() |
#1
|
|||
|
|||
![]()
When I pus nodes in a collection
Code:
set s = activeshape set ns = s.Curve.Nodes For Each n In ns .... Next n |
#2
|
||||
|
||||
![]()
Well, what I do is create a small circle on top of the node:
Code:
Dim sMark As Shape Dim n As Node Dim x As Double, y As Double For Each n In ActiveShape.Curve.Nodes n.GetPosition x, y Set sMark = ActiveLayer.CreateEllipse2(x, y, 0.05) ' ... do something to the node ' sMark.Delete Next n |
#3
|
|||
|
|||
![]()
Alex, many thanks again.
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Node Coordinate designation | ddonnahoe | CorelDRAW/Corel DESIGNER VBA | 5 | 24-02-2005 10:00 |
Node Mover | ddonnahoe | Code Critique | 6 | 23-02-2005 17:33 |
vba question | bumblebee | CorelDRAW/Corel DESIGNER VBA | 4 | 04-08-2004 16:07 |
Detecting Last Node Selected? | barnold | CorelDRAW/Corel DESIGNER VBA | 4 | 21-04-2004 14:03 |
Node selection question | Peter Clifton | CorelDRAW/Corel DESIGNER VBA | 1 | 02-12-2003 13:00 |