Group Abstract Group Abstract

Message Boards Message Boards

Unable to render an explicit GeometricScene containing a Circle

Posted 6 years ago
POSTED BY: Tim Laska
3 Replies

GeometricScene often generates points and scalar parameters, which (along with the points and scalars provided by the user in the first argument) must be given values before the scene will format as a graphical image. Hence if you aren't getting a graphical formatting, you should wrap the GeometricScene with RandomInstance (even if the scene is fully determined) to fill in the missing values.

POSTED BY: Dan McDonald

Curious, Disk returns an image too:

GeometricScene[{{o -> {0, 0}}, {r -> 1}}, {Disk[o, r]}]
POSTED BY: Gianluca Gorni
POSTED BY: Tim Laska
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard