The EngineeringFeatureDisplayOptions object stores settings that specify how assemblies are to be displayed in a particular viewport when
session.viewports[name].assemblyDisplay.engineeringFeatures=ONThe EngineeringFeatureDisplayOptions object has no constructor. When you create a new viewport, the settings are copied from the current viewport.
session.viewports[name].assemblyDisplay.engineeringFeatureOptions session.viewports[name].layers[name].assemblyDisplay\ .engineeringFeatureOptions import part session.viewports[name].layers[name].partDisplay\ .engineeringFeatureOptions session.viewports[name].partDisplay.engineeringFeatureOptions
This method modifies the EngineeringFeatureDisplayOptions object.
Required arguments
Optional arguments
A Boolean specifying whether point mass inertia symbols are shown. The default value is ON.
A Boolean specifying whether nonstructural mass symbols are shown. The default value is ON.
A Boolean specifying whether heat capacitance symbols are shown. The default value is ON.
A Boolean specifying whether contour integral symbols are shown. The default value is ON.
A Boolean specifying whether spring-to-ground symbols are shown. The default value is ON.
A Boolean specifying whether two-point spring symbols are shown. The default value is ON.
Return value
Exceptions
RangeError.
The EngineeringFeatureDisplayOptions object has members with the same names and descriptions as the arguments to the setValues method.