Retrieving a Dynamic Structure Representation from Parts
Example: Retrieving a Dynamic Structure Representation from a Part
This example shows you how to retrieve the dynamic structure representation from a specific part. Use the following GET URI.
URI
GET /Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:236705')/PTC.ProdMgmt.GetDynamicStructureRepresentation()
The request returns the URL for the dynamic structure representation. Use this URL to open the representation in the Creo View client or Creo View WebGL Viewer.
Example: Retrieving a Dynamic Structure Representation from a Part for a Specific Navigation Criteria
This example shows you how to retrieve the dynamic structure representation from a specific part for a specific navigation criteria. Use the following GET URI.
URI
GET /Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:236705')/PTC.ProdMgmt.GetDynamicStructureRepresentation(NavigationCriteriaId='OR:wt.filter.NavigationCriteria:249166')
The request returns the URL for the dynamic structure representation with the applied filter. Use this URL to open the representation in the Creo View client or Creo View WebGL Viewer.
Example: Retrieving a Dynamic Structure Representation PVZ from a Part
This example shows you how to retrieve the dynamic structure representation zipped PVZ with annotations from a specific part. Use the following GET URI.
URI
GET /Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:236705')/PTC.ProdMgmt.GetDynamicStructureRepresentationPVZ(IncludeAnnotations=true)
The request returns a binary stream in the response. To download the dynamic structure representation zipped PVZ, you can request the URI from the browser.
Example: Retrieving a Dynamic Structure Representation PVZ from a Part for a Specific Navigation Criteria
This example shows you how to retrieve the dynamic structure representation zipped PVZ with annotations from a specific part for a specific navigation criteria. Use the following GET URI.
URI
GET /Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:236705')/PTC.ProdMgmt.GetDynamicStructureRepresentationPVZ(NavigationCriteriaId='OR:wt.filter.NavigationCriteria:249166',IncludeAnnotations=true)
The request returns a binary stream in the response. To download the dynamic structure representation zipped PVZ with annotations and applied filter, you can request the URI from the browser.