Skip to main content

Impertio-Studio/IFC-Claude-Skill-Package

SkillsMP ha recopilado 50 skills de Impertio-Studio/IFC-Claude-Skill-Package. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
50
Estrellas en GitHub
1
Forks en GitHub
0

Mostrando 40 de 50 skills recopiladas.

ocupación
Arquitectos (excepto paisajistas y navales)
descripción

Use when you need to understand or explain how the IFC schema is organized, decide which conceptual layer an entity belongs to, judge whether one schema is allowed to reference another, or work out why an entity does or does not carry a GlobalId. Prevents the…

Idioma del texto original: inglés

actualizado
ocupación
Arquitectos (excepto paisajistas y navales)
descripción

Use when authoring a new IFC file from scratch and the minimal valid skeleton must be built before any element can be added: the IfcProject context root, the IfcUnitAssignment, the IfcGeometricRepresentationContext, the spatial tree, the IfcOwnerHistory, the…

Idioma del texto original: inglés

actualizado
ocupación
Arquitectos (excepto paisajistas y navales)
descripción

Use when producing, reading, or extracting COBie facility-management handover data from an IFC model: mapping COBie worksheets to IFC entities, deciding which records belong in COBie scope, choosing between the IFC STEP exchange and the spreadsheet form, or…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when choosing which IFC implementation library to use for a project, or when unsure which tool reads and writes IFC files for a given language, platform, or target IFC version. Prevents picking a library that does not fit the language or platform,…

Idioma del texto original: inglés

actualizado
ocupación
Arquitectos (excepto paisajistas y navales)
descripción

Use when reading, generating, or evaluating an ifcJSON file, choosing a JSON encoding for IFC data in a web or REST application, or resolving the ref-based cross-references in an ifcJSON document. Prevents treating ifcJSON as a stable standardized format,…

Idioma del texto original: inglés

actualizado
ocupación
Arquitectos (excepto paisajistas y navales)
descripción

Use when you need to read, write, or recognise an ifcXML file, understand the iso_10303_28 / uos document structure, or resolve id / ref / href references in IFC XML data. Prevents confusing ifcXML (ISO 10303-28) with the STEP Physical File (ISO 10303-21),…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when asked to migrate an IFC file to another schema version, upgrade an IFC2x3 model to IFC4 or IFC4.3, downgrade an IFC4 model, or plan a schema-version conversion of an IFC dataset end to end. Prevents copying attributes blindly across a version…

Idioma del texto original: inglés

actualizado
ocupación
Ingenieros civiles
descripción

Use when an IFC file is schema-valid but you must judge whether it is actually useful, audit an IFC model for information completeness, score model quality before handover, or answer why a valid IFC file is empty in facility management, quantity take-off, or…

Idioma del texto original: inglés

actualizado
ocupación
Ingenieros civiles
descripción

Use when asked to validate an IFC file, check whether an IFC model is conformant, run a pre-delivery quality gate on an IFC file, decide if an IFC file is valid, or triage a buildingSMART validation report. Prevents skipping the STEP-syntax gate, treating a…

Idioma del texto original: inglés

actualizado
ocupación
Arquitectos (excepto paisajistas y navales)
descripción

Use when authoring a complete, coordinated IFC model from scratch and you need the correct build order, or when an IFC file you produced is rejected, opens empty in a viewer, or loses its elements, properties or geometry downstream. Prevents adding elements…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when an IFC file is rejected at the STEP-syntax stage of validation, a parser reports a string or header error, accented or non-ASCII text shows up as garbage characters, or the file fails before any schema check runs. Prevents writing an un-doubled…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when an IFC file fails validation on a property set, quantity set or material association, or when a custom property set is rejected, ignored, or collides with the standard library, or a layered-material assignment breaks a WHERE rule. Prevents naming a…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when an IFC file has a reference that points nowhere, a parser crashes on an unresolved #id, or an element silently disappears from a downstream tool (no material, no property set, no spatial location) even though the file is schema-valid. Prevents…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when an IFC model loads blank in a viewer, geometry is missing, garbled, off-scale, mispositioned, or silently dropped on import, or a buildingSMART validation report flags a GEM rule. Prevents shipping shape representations with no representation…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when IFC elements do not appear in a viewer's model tree, are missing from quantity take-off or facility-management exports, or a buildingSMART validation report flags spatial-structure problems : orphan elements with no spatial container, one element…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when an IFC file fails validation because the declared FILE_SCHEMA does not match the entities used, when a file written for one schema is read with another schema's expectations, or when a model uses an entity that is deprecated or removed for its…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Use when an IFC file fails schema validation or a buildingSMART validation report shows errors, and the cause is a WHERE-rule break, a global-rule break, an abstract-entity instantiation, a cardinality violation, or a wrong attribute type. Prevents…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when exporting an IFC file that must conform to a Model View Definition (MVD): choosing between Coordination View 2.0, Reference View, and Design Transfer View, declaring the matching ViewDefinition string in FILE_DESCRIPTION, and restricting the geometry…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when adding descriptive data to elements that already exist in an IFC model: attaching a property set, an element quantity, a material, or a classification reference, without touching geometry or spatial structure. Prevents pointing…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when converting an IFC model between encodings (SPF .ifc, ifcXML, ifcJSON, ifcZIP) and the result must stay faithful, and when deciding which on-disk format to pick for a given exchange. Prevents confusing a format transcode with a schema-version…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when extracting the geometry of an IFC element from an existing file in order to render it, mesh it, or measure it: resolving IfcProduct.Representation to its shape items, picking the right representation, walking the IfcLocalPlacement chain to a world…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when migrating an IFC model between schema versions (IFC2x3, IFC4, IFC4.3) and the migrated file fails schema validation, opens with shifted or corrupt attributes, or still contains entities the target schema deleted. Prevents blind positional attribute…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when reading property sets, quantities, or effective attribute values out of an IFC model and the extracted values look wrong, incomplete, empty, or missing. Prevents reading only occurrence property sets while ignoring inherited type defaults, using…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when reading or parsing an IFC STEP physical file: indexing instances, resolving #id references, dispatching on FILE_SCHEMA, reading positional attributes, or traversing the entity graph from an element to its relationships. Prevents resolving references…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when authoring an IFC file and you must build the spatial breakdown tree and place every physical element into it, or when a wall, slab, or door does not show up in a viewer because it has no storey. Prevents orphan elements, double containment, placing…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to model or read an IFC solid as boundary representation, CSG, or a clipping operation : faceted and advanced Breps, the shell / face / loop topology, Boolean results, CSG primitives, and half-space clipping of extruded elements. Prevents a…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to build, read, or debug parametric solid geometry in an IFC model : extruding a profile into a wall or slab, revolving a profile into an arch, sweeping a profile along a curve, or modelling a pipe or rebar as a swept disk, and when deciding…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to author, read, or debug tessellated (faceted) geometry in an IFC4 or IFC4.3 model : triangle meshes and polygon meshes built from a shared indexed point pool, the lightweight geometry that the Reference View MVD relies on. Prevents the…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to anchor an IFC model to real-world geographic coordinates : declare where the local project origin sits on Earth, rotate the model onto a map grid, pick between coarse site latitude/longitude and a precise projected CRS, or place…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to create, place, or debug a physical construction element in an IFC model : a wall, slab, beam, column, member, plate, door, window, roof, covering, stair, railing, footing, or proxy, including the type object, the PredefinedType…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to position an IFC product in space, build or read the placement tree, or resolve an element to world coordinates : the door placed relative to its wall, the wall relative to its storey, the storey relative to the building, and so on up to…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to define, choose, or debug a 2D cross-section profile in an IFC model : a rectangle or circle profile, a standard steel section (I, L, U, T, C, Z), a hollow section, an arbitrary free-form outline, a profile with holes, or a composite or…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to attach geometry to an IFC product, read a model's shape data, or debug why a representation is rejected : the product-to-shape chain, IfcShapeRepresentation, the RepresentationIdentifier and RepresentationType value tables, the Model…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to attach a classification code (Uniclass, OmniClass, MasterFormat, ETIM) or an external library reference to objects in an IFC model, or read and debug the classification and library entities of an existing model. Prevents putting the code…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to assign, read, or debug materials on IFC elements : a plain named material, a layered build-up for a wall or slab, a profiled cross-section for a beam or column, a constituent set for a window or door, or material properties. Prevents the…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to attach, read, or debug non-geometric properties on an IFC element : a property set, the relationship that binds it, the six simple property value types, complex (nested) properties, how a property resolves to a unit, and the Pset_ naming…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to declare, read, or debug measured quantities on an IFC element : an IfcElementQuantity holding lengths, areas, volumes, counts, weights, times, and the IFC4.3 dimensionless number. Prevents putting a measured magnitude in a property set…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when reading, writing, or debugging the .ifc STEP Physical File: the ISO-10303-21 skeleton, the HEADER section (FILE_DESCRIPTION, FILE_NAME, FILE_SCHEMA), the DATA section instance syntax, the special tokens, value notation, string escaping, or the ifcZIP…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to declare, read, or debug the units of an IFC model : the project unit assignment, SI units with a prefix (millimetre = METRE + MILLI), imperial units via a conversion factor, compound units like velocity, monetary currency, and how a…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when asked about IFC5, the next generation of IFC, why IFC5 drops STEP, the composition or layering model, multi-author non-destructive editing, the .ifcx JSON format, or how IFC5 differs from IFC4.3. Prevents teaching IFC5 as a stable production target,…

Idioma del texto original: inglés

actualizado
Mostrando 40 de 50 skills recopiladas.