Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
ibioan b03/09/2024
Hello everyone! I have a piece of code by which I try to edit and set an existing Coordinate System, without success:
editingFeature!.Select2(false, -1); _SwDocument.EditSketch(); SketchSegment? skLineXAxis = null; SketchSegment? skLineYAxis = null; SketchSegment? skLineZAxis = null; skLineXAxis = swSketchMgr.CreateLine(0,0,0,0.001,0,0) skLineYAxis = swSketchMgr.CreateLine(0,0,0,0,0.001,0); skLineZAxis