<Code Lib>
2023 Class
Changes 0
C

AnalysisDisplayDeformedShapeSettings

Description:
Contains deformed shape settings for analysis display style element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.AnalysisDisplayDeformedShapeSettings

public class AnalysisDisplayDeformedShapeSettings : IDisposable

Name Return Type Description
C AnalysisDisplayDeformedShapeSettings() AnalysisDisplayDeformedShapeSettings Constructs a default instance of deformed shape settings.
C AnalysisDisplayDeformedShapeSettings(AnalysisDisplayDeformedShapeSettings) AnalysisDisplayDeformedShapeSettings Constructs a new copy of the input AnalysisDisplayDeformedShapeSettings object.

Name Return Type Description
M Dispose() None Releases all resources used by the
M IsEqual(AnalysisDisplayDeformedShapeSettings) bool Compares two deformed shape settings objects.

Name Return Type Description
P GridColor Color Color of grid lines.
P GridLineWeight int Line weight of grid lines.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Rounding double Increment to which numeric values of analysis results are rounded in deformed shape.
P ShowContourLines bool If true, show contour lines in the analysis display.
P ShowGridLines bool If true, show grid lines in the analysis display.
P TextLabelType AnalysisDisplayStyleDeformedShapeTextLabelType Type of deformed shape text visualization.
P TextTypeId ElementId Element id of text associated with the settings.
P Transparency int Transparency percentage of deformed shape color fill on surfaces

Loading…