Can markers be placed in 2D? #952
Answered
by
pmconne
johnnyd710
asked this question in
Q&A
-
IModeljs Markers accept a Point3D in the constructor. Can Markers be placed in 2D drawings as well? If not, is there something similar that could work? Any code samples would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
pmconne
Mar 12, 2021
Replies: 1 comment
-
Markers can be used in 2d views - just specify 0 for the point's Z component. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johnnyd710
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Markers can be used in 2d views - just specify 0 for the point's Z component.