Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Point style #9

Closed
baucez opened this issue Nov 14, 2017 · 3 comments
Closed

Point style #9

baucez opened this issue Nov 14, 2017 · 3 comments
Labels

Comments

@baucez
Copy link

baucez commented Nov 14, 2017

Is it possible to apply a point style (let say a cross) when writing a point in a document?

@sorifiend
Copy link

Point styles are generally just a block of lines? You could make a block yourself out of two intersecting lines and insert it at each of your points.

@haplokuon
Copy link
Owner

@baucez
Yes, you can. It is controlled by the PdMode and PdSize properties that you can find in the DrawingVariables of the DxfDocument, those properties control the shape and size of all Point entities. Keep in mind that their values are global and will affect all points in the drawing.

@sorifiend
Point entities are not blocks, they are different entities; but if AutoCad internally handles them like that I don't know. You could create a block to use them as a point if you like, nothing prevents you from doing that.

Daniel

@baucez
Copy link
Author

baucez commented Nov 15, 2017

@haplokuon That's exactly what I was looking for! Thanks

@baucez baucez closed this as completed Nov 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants