Skip to content

Commit

Permalink
Spatial_Engine: Update description for create CircleProfile (#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Jan 17, 2024
2 parents 8e3fc35 + 2c5dee3 commit a5674ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spatial_Engine/Create/ShapeProfiles/CircleProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a5674ef

Please sign in to comment.