ConstructionPlaneInput.setByPlane Method
Parent Object:
ConstructionPlaneInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlaneInput.h>
Description
This input method is for creating a non-parametric construction plane positioned in space as defined by the input Plane object.
This method of defining a construction plane is only valid when working in a direct edit model (do not capture design history). This is not valid when working in a parametric model and will fail.
Syntax
"constructionPlaneInput_var" is a variable referencing a ConstructionPlaneInput object.returnValue = constructionPlaneInput_var.setByPlane(plane)
|
"constructionPlaneInput_var" is a variable referencing a ConstructionPlaneInput object.
#include <Fusion/Construction/ConstructionPlaneInput.h>
returnValue = constructionPlaneInput_var->setByPlane(plane);
|
Return Value
boolean |
Returns true if the construction plane definition is successful. |
Parameters
plane |
Plane |
A transient plane object |
Version
Introduced in version August 2014