Unit settings sub-resource of the job
Get Units
Gets the current unit settings for the job.
Get Units โบ Responses
Returns the current units
lengthLength unit. Members mirror SPACE GASS SGLength
(NetCommon/CommonEnums.vb); integer values and identifiers must stay in
lock-step with it. The System.ComponentModel.DescriptionAttribute carries the display
label (mirrors gcUNITS_LABEL_*).
sectionPropertiesUnit for section properties (area, moment of inertia, etc.). Members mirror
SPACE GASS SgSectionProperties (NetCommon/CommonEnums.vb).
materialStrengthMaterial strength unit (yield stress, ultimate stress, etc.). Members mirror
SPACE GASS SgMaterialStrength.
massDensityMass density unit. Members mirror SPACE GASS SgMassDensity.
temperatureTemperature unit. Members mirror SPACE GASS SgTemperature.
forceForce unit. Members mirror SPACE GASS SgForce.
momentMoment unit. Members mirror SPACE GASS SgMoment.
massMass unit. Members mirror SPACE GASS SgMass.
accelerationAcceleration unit. Members mirror SPACE GASS SgAcceleration.
translationTranslation (displacement) unit. Members mirror SPACE GASS SgTranslation.
SG uses inch here (not in) to dodge the VB reserved word; we mirror
that so the wire token stays "inch".
stressStress unit. Members mirror SPACE GASS SgStress.
Get Units Metadata
Returns the schema for GET /job/units โ one entry per unit property
with the full list of allowedValues (SPACE GASS unit tokens + display
labels). Use this to drive a units-picker UI without round-tripping to Swagger.
Get Units Metadata โบ Responses
Returns the units schema
resourceTypeIdentifies entity types managed by the API. Kept separate from SGFileID to allow for future API-only entities that may not have a formal SPACE GASS FileID.
countCurrent count of items in this resource. Null for sub-resources whose count does not apply uniformly.
maxIdMaximum Id currently in use (single-int Id entities only).
nextIdNext available Id (single-int Id entities only).
Field definitions describing the resource's wire shape. Each entry corresponds
to a property on the read DTO; jsonName matches the JSON key clients see.

