[Gmsh] IDs of points forming a copy of entity (in python API)
Marek Wojciechowski
mwojc at p.lodz.pl
Mon Oct 15 10:20:09 CEST 2018
Hi!
I have a python script:
import gmsh
import math
model = gmsh.model
factory = model.occ
gmsh.initialize()
gmsh.option.setNumber("General.Terminal", 1)
model.add("spline")
factory.addPoint(0.2,-1.6,0,0.1, 101)
factory.addPoint(1.2,-1.6,0,0.1, 102)
factory.addPoint(1.2,-1.1,0,0.1, 103)
factory.addPoint(0.3,-1.1,0,0.1, 104)
factory.addPoint(0.7,-1,0,0.1, 105)
# periodic bspline through the control points
factory.addSpline([103,102,101,104,105,103], 100)
# COPY SPLINE HERE
dimTag = factory.copy([(1, 100)])
My question is how can i get a list of points forming copied spline?
Regards,
--
Marek
---
Politechnika Åódzka
Lodz University of Technology
TreÅÄ tej wiadomoÅci zawiera informacje przeznaczone tylko dla adresata.
Jeżeli nie jesteÅcie PaÅstwo jej adresatem, bÄ
dź otrzymaliÅcie jÄ
przez pomyÅkÄ
prosimy o powiadomienie o tym nadawcy oraz trwaÅe jej usuniÄcie.
This email contains information intended solely for the use of the individual to whom it is addressed.
If you are not the intended recipient or if you have received this message in error,
please notify the sender and delete it from your system.
More information about the gmsh
mailing list