2017년 6월 8일 목요일

To support natural language for coordinate input.

BRCad can recognize natural language for coordinates input like following.

example 1 :
+ CDPoint {x=-0.15828156471252441 y=-1.0627467632293701 } CDPoint

example 2 :

x -0.15828156471252441 double
y -1.0627467632293701 double
+ __vfptr 0x0559f3b8 const CVector::`vftable' *
z 0.00000000000000000 double


When you input a coordinate for line or other geometry, paste or input a coordinate like following.



Then BRCad parse from string to valid coordinate and specify point.

See a following movie.