XCAD.NET
XCAD.NET
Framework for .NET (C# and VB.NET) to create modern application for CAD systems (SOLIDWORKS, SOLIDWORKS Document Manager, Autodesk Inventor, etc.)
Get technical support Connect to xCAD community on Discord server Explore code and application examples xCAD.NET Templates for Visual Studio and VS Code Access source code

Group Box in SOLIDWORKS Property Manager Page


Group box created from the complex type
Group box created from the complex type

Group box will be automatically created for all complex types in the data model

public class GroupDataModel
{
    public class DataGroup
    {
        public string Text { get; set; }
    }

    public DataGroup Group { get; set; }
}

SOLIDWORKS doesn't support groups nested into other groups, so all the nested complex types will be added as the groups to the main property manager page.


Powered by Docify