summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-05-25 13:32:35 -0500
committerBryan Bishop <kanzure@gmail.com>2014-05-25 13:32:35 -0500
commitb96ef20cb976dd9fd583f24f96131ad037dc083b (patch)
tree6328f72af487a2450aa20e98bb0131d08b1c2a1f
parent0e4862981a687cc0f23b273e18cc488a69d10881 (diff)
downloaddiyhpluswiki-b96ef20cb976dd9fd583f24f96131ad037dc083b.tar.gz
diyhpluswiki-b96ef20cb976dd9fd583f24f96131ad037dc083b.zip
TopoDS_Vertex and gp_Pnt conversion
-rw-r--r--cad/opencascade.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/opencascade.mdwn b/cad/opencascade.mdwn
index 1c2673a..0170bcb 100644
--- a/cad/opencascade.mdwn
+++ b/cad/opencascade.mdwn
@@ -641,6 +641,8 @@ Some observations:
# questions
+* Why doesn't TopoDS\_Vertex's constructor accept coordinates? I was trying to convert an instance of gp\_Pnt to an instance of TopoDS\_Vertex.
+
## is a 2d circle represented as a bezier curve spline in opencascade?
## if you extrude a circle, then fuse with a nurbs surface, what happens to the original circle object or the result of the circle-extrusion?