Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
Currently it is not possible to access the hatch angle through iLogic or the API.
Modifying the current style's preset value for "Section Hatch Angle" isnt sufficient when a view gets rotated.
I wanted to make a simple iLogic or API script that would set all angles in a particulare view to the same hatch angle, but currently iLogic nor the API support access to setting hatch angles.
We really need to be able to do this not only to set the hatch style/angle but also to set the hatch color for large assemblies with section views. Currently extremely tedious to go part by part.
Great Idea, but not only for existing section view hatches. Add sketched hatches API too. Not everybody needs color filled areas like it is available already.
We are trying to programmatically (through iLogic) apply a hatch fill to a sketch using projected lines from a drawing view. We have all of this done and apply the fill by adding sketchfillregions. however the fill is always solid. My hunch is that the pattern of the hatch itself is not technically stored as a sketchfillregion and/or the api just doesn't allow for users to access this type of information. I believe similar to what is discussed in this post. Can anyone confirm that it is not possible to specify a pattern to a sketch hatch and you can only specify a solid fill with a color defined? If you can specify patterns, scales, angles, etc.. with hatch via the api and it's not a sketchfillregion point us to the correct api object? (we are using iLogic, but if we need to use normal API coding objects/methods that is fine too)