Meteion.TrussParserS 1.0.0.2

dotnet add package Meteion.TrussParserS --version 1.0.0.2
                    
NuGet\Install-Package Meteion.TrussParserS -Version 1.0.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Meteion.TrussParserS" Version="1.0.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Meteion.TrussParserS" Version="1.0.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Meteion.TrussParserS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Meteion.TrussParserS --version 1.0.0.2
                    
#r "nuget: Meteion.TrussParserS, 1.0.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Meteion.TrussParserS@1.0.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Meteion.TrussParserS&version=1.0.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Meteion.TrussParserS&version=1.0.0.2
                    
Install as a Cake Tool

Meteion.TrussParserS

This library is for reading TPS truss files.

The TPS file is an ASCII text file that contains all data to define the geometry of a truss (or batch of trusses). The format uses simple space delimited text entry, with the following basic formatting:

START {TrussID}
T {ComponentID} 4
X1 Y1
X2 Y2
X3 Y3
X4 Y4
X1 Y1
T {ComponentID} 4
�
B {ComponentID} 5
�
W {ComponentID} 4
�
P {PlateID} 4
�
START {TrussID2}
�
EOD

The START header indicates a new truss definition is beginning. Any data following the space after START is considered part of the truss name, so careful attention must be paid to the syntax. Using � and � indicators for foot and inch in the truss description should be avoided, as well as commas or excessive spaces. Underline and dash characters are valid and acceptable characters.

Component definitions start with component type, followed by component name identifier, then number of vertices defining the component. Then, the coordinates for each vertex are listed, each on a separate line, with the first point repeated to close the component polygon. As with the Truss ID above, avoid non-standard characters and spaces (which will indicate end of data). The component name is assigned within the engineering software, and matches component cut lists and build diagrams. In the case of nail plate components, the component name is typically given as a combination of plate size and grade (e.g. M2.0x3.0).

Component Identifiers are as follows:

  • T = Top Chord
  • B = Bottom Chord
  • W = Web
  • P = Plate
  • O = Other (wedge blocks, bearing sticker locations, etc)

There are other possible entries into the TPS format, such as #BEARING or #QUANTITY designations, which are ignored by the laser projection software � any line beginning with # is typically ignored.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0.2 248 12/4/2025
1.0.0.1 210 12/4/2025
1.0.0 131 11/8/2025