diff --git a/Spatial_Engine/Create/ShapeProfiles/CircleProfile.cs b/Spatial_Engine/Create/ShapeProfiles/CircleProfile.cs index 388119d8c..9b7cc27ca 100644 --- a/Spatial_Engine/Create/ShapeProfiles/CircleProfile.cs +++ b/Spatial_Engine/Create/ShapeProfiles/CircleProfile.cs @@ -39,7 +39,7 @@ public static partial class Create /**** Public Methods ****/ /***************************************************/ - [Description("Creates a circular hollow profile based on input dimensions. Method generates edge curves based on the inputs.")] + [Description("Creates a solid circular profile based on input dimensions. Method generates edge curves based on the inputs.")] [InputFromProperty("diameter")] [Output("circle", "The created CircleProfile.")] public static CircleProfile CircleProfile(double diameter)