UserCoordinateSystems.createInput Method

Parent Object: UserCoordinateSystems
Defined in namespace "adsk::fusion" and the header file is <Fusion/Construction/UserCoordinateSystems.h>

Description

Create a UserCoordinateSystemInput object that is in turn used to create a UserCoordinateSystem.

Syntax

"userCoordinateSystems_var" is a variable referencing a UserCoordinateSystems object.
returnValue = userCoordinateSystems_var.createInput(geometry)
"userCoordinateSystems_var" is a variable referencing a UserCoordinateSystems object.

#include <Fusion/Construction/UserCoordinateSystems.h>

returnValue = userCoordinateSystems_var->createInput(geometry);

Return Value

Type Description
UserCoordinateSystemInput Returns a UserCoordinateSystemInput object

Parameters

Name Type Description
geometry UserCoordinateSystemGeometry The UserCoordinateSystemGeometry object that defines the position and orientation of the user coordinate system.

Samples

Name Description
Create a User Coordinate System Demonstrates the creation of a user coordinate system at the end of a selected sketch curve or edge.

Version

Introduced in version May 2026