Skip to main content
Nice3point
GitHub 제작자 프로필

Nice3point

4개 GitHub 저장소에서 수집된 43개 skills를 저장소 단위로 보여줍니다.

수집된 skills
43
저장소
4
업데이트
2026년 9월 6일
저장소 탐색

저장소와 대표 skills

csharp-style
미분류

Write or review C# code. USE FOR: writing or reviewing any C# code. DO NOT USE FOR: prose, markdown, or wiki text (use technical-writing), or XML doc comment content (use writing-xml-doc-comments).

2026년 9월 6일
writing-xml-doc-comments
미분류

Write or review C# XML documentation comments on public API surface. USE FOR: adding or reviewing XML documentation on public types, members, parameters, type parameters, and return values. DO NOT USE FOR: prose, markdown, README, or wiki text (use…

2026년 9월 6일
organizing-dotnet-solutions
미분류

Organize a .NET solution tree: decide which solution folder each project belongs to, name the folders, and write the .slnx that maps configurations and excludes projects from a build. USE FOR: creating or restructuring the solution folder tree, placing a new…

2026년 9월 6일
revit-api-option-handlers
미분류

Supply small Autodesk Revit API callback interfaces with Nice3point.Revit.Toolkit ready-made handlers, not hand-rolled classes. USE FOR: passing IFamilyLoadOptions, IDuplicateTypeNamesHandler, or ISaveSharedCoordinatesCallback to a Revit API call. DO NOT USE…

2026년 9월 6일
revit-code-style
미분류

Structure Autodesk Revit API code — API boundaries, document and transaction ownership, thread affinity, and converting Revit objects to plain models. USE FOR: structuring Revit API code — where Revit types may live, who opens and closes a document, how to…

2026년 9월 6일
revit-element-and-parameter-access
미분류

Read and write Autodesk Revit elements and parameters with the Nice3point.Revit.Extensions fluent accessors. USE FOR: finding an Element by ElementId, finding a parameter by BuiltInParameter/ParameterTypeId/Guid/name, reading its typed value, setting it, and…

2026년 9월 6일
revit-element-collector
미분류

Query the Revit model with the Nice3point.Revit.Extensions fluent FilteredElementCollector wrappers; filter with Revit's parameter filters, not by loading elements and filtering with LINQ. USE FOR: writing or reviewing element queries that filter by class,…

2026년 9월 6일
revit-extensible-storage
미분류

Persist add-in data inside the Revit document with Extensible Storage, laid out as a data class, a schema definition, and a typed context per stored subject. USE FOR: storing custom data on a document or on an element, defining or evolving a schema, choosing…

2026년 9월 6일
수집된 skill 36개 중 8개를 표시합니다.
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다