File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ pub enum ExtrudeMethod {
766766#[ cfg_attr( feature = "ts-rs" , derive( ts_rs:: TS ) ) ]
767767#[ cfg_attr( feature = "ts-rs" , ts( export_to = "ModelingCmd.ts" ) ) ]
768768pub enum ExtrudeReference {
769- /// Extrudes along the normal of the top face until it is as close to the entity as possible.
769+ /// Extrudes along the normal of the top face until it is as close to the entity as possible.
770770 /// An entity can be a solid, a path, a face, etc.
771771 EntityReference {
772772 /// The UUID of the entity to extrude to.
@@ -785,7 +785,7 @@ pub enum ExtrudeReference {
785785 Point {
786786 /// The point to extrude to.
787787 point : Point3d < LengthUnit > ,
788- }
788+ } ,
789789}
790790
791791/// IDs for the extruded faces.
You can’t perform that action at this time.
0 commit comments