View source: R/modelDerivative.R
translateSvf | R Documentation |
Translate an uploaded file into SVF format using the Model Derivative API.
translateSvf(urn = NULL, token = NULL)
urn |
A string. Source URN (objectId) for the file. Note the URN must be
Base64 encoded. To encode the URN, see, for example, the
|
token |
A string. Token generated with |
An object containing the result
, urn
, and additional
activity information.
## Not run:
# Translate the "aerial.dwg" file into a svf file
myEncodedUrn <- jsonlite::base64_enc(myUrn)
resp <- translateSvf(urn = myEncodedUrn, token = myToken)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.