ConstructionPlanes.createInput Method
Parent Object:
ConstructionPlanesDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlanes.h>
Description
Create a ConstructionPlaneInput object that is in turn used to create a ConstructionPlane.
Syntax
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.# Uses no optional arguments. returnValue = constructionPlanes_var.createInput()
# Uses optional arguments. returnValue = constructionPlanes_var.createInput(occurrenceForCreation) |
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.
#include <Fusion/Construction/ConstructionPlanes.h>
// Uses no optional arguments. returnValue = constructionPlanes_var->createInput();
// Uses optional arguments. returnValue = constructionPlanes_var->createInput(occurrenceForCreation); |
Return Value
Parameters
| occurrenceForCreation |
Occurrence |
A creation occurrence is needed if the input is in another component AND the construction plane is not in the root component. The occurrenceForCreation is analogous to the active occurrence in the UI.
This is an optional argument whose default value is null. |
Samples
Version
Introduced in version August 2014