Message 1 of 3
Creating A Construction Plane at a Specific Point Along Path in Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create a construction plane along a 3d path at specific points with the python API. The way I'm currently trying is to create a construction plane at these points, and then use the Point3D.asVector as a tangent for the construction plane. The issue I'm having is that the ConstructionPlaneInput.setByTangent method requires a "BRepFace" type object, which I see no way to get from a spline path and point.
If anyone knows how I'd go about creating a construction plane that way, any help would be appreciated.