ConstructionPlaneTangentDefinition.redefine Method
Parent Object:
ConstructionPlaneTangentDefinitionDefined 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
boolean |
Returns true if the redefinition of the plane is successful. |
Parameters
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