GET GetButtonConfiguration/{domainName}/{partId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
domainName | string |
Required |
|
partId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ButtonConfigurationName | Description | Type | Additional information |
---|---|---|---|
Measurement | boolean |
None. |
|
Rotation | boolean |
None. |
|
BoundingBox | boolean |
None. |
|
Transparency | boolean |
None. |
|
Wireframe | boolean |
None. |
|
Grid | boolean |
None. |
|
Fullscreen | boolean |
None. |
|
Update3D | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Measurement": true, "Rotation": true, "BoundingBox": true, "Transparency": true, "Wireframe": true, "Grid": true, "Fullscreen": true, "Update3D": true }
application/xml, text/xml
Sample:
<ButtonConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <BoundingBox>true</BoundingBox> <Fullscreen>true</Fullscreen> <Grid>true</Grid> <Measurement>true</Measurement> <Rotation>true</Rotation> <Transparency>true</Transparency> <Update3D>true</Update3D> <Wireframe>true</Wireframe> </ButtonConfiguration>