Share

RuledSurfaceFeatureInput.ruledSurfaceType Property

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

Description

Gets and sets the type of ruled surface to create. To set this to DirectionRuledSurfaceType, use the direction property to set the direction entity, which will automatically set this to DirectionRuledSurfaceType.

Syntax

"ruledSurfaceFeatureInput_var" is a variable referencing a RuledSurfaceFeatureInput object.

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

# Set the value of the property.
ruledSurfaceFeatureInput_var.ruledSurfaceType = propertyValue

Property Value

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

Version

Introduced in version September 2020

Was this information helpful?