Implement borrower dimension
This commit is contained in:
parent
57e6c9a156
commit
5fa9db931f
7 changed files with 117 additions and 14 deletions
|
@ -61,7 +61,9 @@ const GetSVGLayoutConfiguration = () => {
|
|||
strokeWidth: 2,
|
||||
stroke: 'red',
|
||||
fill: '#d3c9b7',
|
||||
}
|
||||
},
|
||||
ShowSelfDimensions: true,
|
||||
IsDimensionBorrower: true
|
||||
},
|
||||
{
|
||||
Type: 'Trou',
|
||||
|
@ -117,6 +119,19 @@ const GetSVGLayoutConfiguration = () => {
|
|||
Type: 'Montant',
|
||||
Width: 10,
|
||||
XPositionReference: 1,
|
||||
MarkPositionToDimensionBorrower: true,
|
||||
Style: {
|
||||
fillOpacity: 0,
|
||||
strokeWidth: 2,
|
||||
stroke: '#713f12',
|
||||
fill: '#713f12',
|
||||
}
|
||||
},
|
||||
{
|
||||
Type: 'Dilatation',
|
||||
Width: 2,
|
||||
XPositionReference: 1,
|
||||
MarkPositionToDimensionBorrower: true,
|
||||
Style: {
|
||||
fillOpacity: 0,
|
||||
strokeWidth: 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue