RuledSurfaceFeatureInput.alternateFace Property

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

Description

Gets and sets if the other face is used for creation of the Ruled Surface. When creating a ruled surface using the edges of a solid or the interior edges of a surface the angle of the ruled surface is measured with respect to the face the selected edge is bounding. For a solid, or an interior edge on a surface, the edge connects to two faces. This setting toggles which of the two faces will be used for measuring the angle.

Syntax

"ruledSurfaceFeatureInput_var" is a variable referencing a RuledSurfaceFeatureInput object.

# Get the value of the property.
propertyValue = ruledSurfaceFeatureInput_var.alternateFace

# Set the value of the property.
ruledSurfaceFeatureInput_var.alternateFace = propertyValue
"ruledSurfaceFeatureInput_var" is a variable referencing a RuledSurfaceFeatureInput object.
#include <Fusion/Features/RuledSurfaceFeatureInput.h>

// Get the value of the property.
boolean propertyValue = ruledSurfaceFeatureInput_var->alternateFace();

// Set the value of the property, where value_var is a boolean.
bool returnValue = ruledSurfaceFeatureInput_var->alternateFace(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version September 2020