What's new

Adding a Plane

albie0803

Alibre Super User
The reference for AddPlane says that I can use a plane or face as my SourcePlane.

Why does this throw an error?

P = CurrentPart()
P.AddPlane('KeyFace', Face<2>, 0)

SyntaxError: unexpected token ','
 
Top