Solidworks Code: Draw a plane tangential to a line in 3D space
12 December 2007
No Comment
boolstatus = Part.Extension.SelectByID(”", “EXTSKETCHPOINT”, 0.48, 0.135, 0.3727, True, 0, Nothing)
boolstatus = Part.Extension.SelectByID(”", “EXTSKETCHSEGMENT”, (0.48 + 0.48) / 2, (0.135 + -0.135) / 2, (0.3727 + 0.3727) / 2, True, 0, Nothing)
Part.CreatePlanePerCurveAndPassPoint3 False, True









Leave your response!
You must be logged in to post a comment.