Get a WorkPlane by name C# |
Top Previous Next |
You can use square brackets and the name:
WorkPlane EndPlatePlane = PartDef.WorkPlanes["EndPlatePlane"];
You'll probably get an exception if the plane does not exist
|
Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)