ConstructionPointInput.setByEdgePlane Method

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

Description

This input method is for creating a construction point at the intersection of a construction plane, planar face or sketch profile and a linear edge, construction axis or sketch line. This can result in a parametric or non-parametric construction point depending on whether the parent component is parametric or is a direct edit component.

Syntax

"constructionPointInput_var" is a variable referencing a ConstructionPointInput object.
returnValue = constructionPointInput_var.setByEdgePlane(edge, plane)
"constructionPointInput_var" is a variable referencing a ConstructionPointInput object.

#include <Fusion/Construction/ConstructionPointInput.h>

returnValue = constructionPointInput_var->setByEdgePlane(edge, plane);

Return Value

Type Description
boolean Returns true if the creation of the ConstructionPointInput is successful.

Parameters

Name Type Description
edge Base A linear B-Rep edge, construction axis or sketch line.
plane Base A plane, planar B-Rep face or construction plane.

Samples

Name Description
Construction Point API Sample Demonstrates creating construction point by different ways

Version

Introduced in version August 2014