ConstructionPoints.createInput Method
Parent Object:
ConstructionPointsDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPoints.h>
Description
Create a ConstructionPointInput object that is in turn used to create a ConstructionPoint.
Syntax
"constructionPoints_var" is a variable referencing a ConstructionPoints object.# Uses no optional arguments. returnValue = constructionPoints_var.createInput()
# Uses optional arguments. returnValue = constructionPoints_var.createInput(occurrenceForCreation)
|
"constructionPoints_var" is a variable referencing a ConstructionPoints object.
#include <Fusion/Construction/ConstructionPoints.h>
// Uses no optional arguments. returnValue = constructionPoints_var->createInput();
// Uses optional arguments. returnValue = constructionPoints_var->createInput(occurrenceForCreation);
|
Return Value
Parameters
occurrenceForCreation |
Occurrence |
A creation occurrence is needed if the input is in another component AND the construction point 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