ConstructionPlaneTangentDefinition.redefine Method

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

Description

Redefines the input geometry of the construction plane.

Syntax

"constructionPlaneTangentDefinition_var" is a variable referencing a ConstructionPlaneTangentDefinition object.
returnValue = constructionPlaneTangentDefinition_var.redefine(angle, tangentFace, planarEntity)
"constructionPlaneTangentDefinition_var" is a variable referencing a ConstructionPlaneTangentDefinition object.

#include <Fusion/Construction/ConstructionPlaneTangentDefinition.h>

returnValue = constructionPlaneTangentDefinition_var->redefine(angle, tangentFace, planarEntity);

Return Value

Type Description
boolean Returns true if the redefinition of the plane is successful.

Parameters

Name Type Description
angle ValueInput A Value object that defines the angle of the construction plane
tangentFace Base The cylindrical or conical face that the construction plane is tangent to.
planarEntity Base The planar face or construction plane the angle for this construction plane is measured from

Version

Introduced in version August 2014