Parent Object: MoveFeatureTranslateAlongEntityDefinition Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/MoveFeatureTranslateAlongEntityDefinition.h>
Description
Gets and sets the linear entity that defines the direction of the move. This can be a linear BRepEdge, ConstructionAxis, or a SketchLine. The entity defines the direction, not the distance. The natural direction of the entity defines the translation direction.
To set this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)
// Get the value of the property. Ptr<Base> propertyValue = moveFeatureTranslateAlongEntityDefinition_var->linearEntity();
// Set the value of the property, where value_var is a Base. bool returnValue = moveFeatureTranslateAlongEntityDefinition_var->linearEntity(value_var);
Property Value
This is a read/write property whose value is a Base.