interface PrivateArticleSignatureNodeResourceEntry {
    hasThreadableCoreHole?: boolean;
    mass?: number;
    material: string;
    nodeId: GraphNodeId;
    sheetThickness?: number;
    tubeProfile?: TubeProfileGeometry;
}

Properties

hasThreadableCoreHole?: boolean
mass?: number
material: string
nodeId: GraphNodeId
sheetThickness?: number
tubeProfile?: TubeProfileGeometry