
Grzegorz Krzemien
Distributor-
Posts
79 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Articles
Marionette
Store
Everything posted by Grzegorz Krzemien
-
@Piotr Karczewski to print my example it takes almost 3 hours with 0.2mm layer height.
-
@jmhanby I'm using Prusa Slicer for prints and if needed, I often scale model directly in the slicer. My attachment shows a floor from my project, exported as stl without any transformations (so walls are walls, windows are windows etc) and then scaled directly in the slicer. I've had no issues yet.
-
Data tags inside a symbol with symbols inside
Grzegorz Krzemien replied to Grzegorz Krzemien's topic in Data Tags
Just checked in 2023 and "reset all plug-in objects that require a reset prior to exporting" creates the same issue. Data tags using "world based units" work fine. I'll report this as an issue. -
Data tags inside a symbol with symbols inside
Grzegorz Krzemien replied to Grzegorz Krzemien's topic in Data Tags
@KIvanov My file was only an example, that worked yesterday, but I was able to break it today. It looks like there is a problem with publishing a worksheet to pdf. If " reset all plug-in objects that require a reset prior to exporting" option is on, Data tags are being disconnected. It this option is off, everything works fine. According to the thread below it should be fixed by now. DataTag inside symbol BROKEN.pdf DataTag inside symbol BROKEN.vwx DataTag inside symbol.pdf DataTag inside symbol.vwx -
Hi, I'm trying a new thing - a symbol (e.g. bathroom) build from set of equipment (also symbols e.g. sink, toilet bowl, bath etc.). I tried to use a data tag that reads name of a symbol to name equipment inside the main symbol (whole Bathroom). But for some reason in random moments all data tags located inside the symbol disconnects from objects. I've created a simple example of what I mean using 2D objects. General question - is it safe/tested workflow to use data tags inside symbols? DataTag inside symbol.vwx
-
Version 1.0.0
23 downloads
Hi, If you're still looking for Chrismas decorations, why not create them by yourself. This network creates Christmas tree top based on any profile. User can specify number of extrusions and how much they should be twisted around along the base shape. It can also be used for generating baubles with some small changes. For 3D prints it is better to add solids after running the network, so the network creates separates objects. -
GOT IT. The correct combination of quotes is: vs.ForEachObject(RectSort, "PON='Space'") Full script: import vs def SpaceSort (h): area = vs.Space_GetNetArea(h) if area < 10: #value in m2 vs.SetClass(h, 'RED') if area >= 10: #value in m2 vs.SetClass(h, 'BLUE') vs.ForEachObject(SpaceSort, "PON='Space'") Thanks for help!
-
Tried all of these combinations: vs.ForEachObject(SpaceSort, PON='Space') vs.ForEachObject(SpaceSort, (PON='Space')) vs.ForEachObject(SpaceSort, ((PON='Space'))) but all of the fails. First version gives error that suggests that there are no keyword arguments in vs.ForEachObject(), second and third that syntax is wrong.
-
Managed to do this in a different way: First - same idea, but with Rectangles: import vs def RectSort (h): area = vs.HAreaN(h) if area < 10000000: vs.SetClass(h, 'RED') if area >= 10000000: vs.SetClass(h, 'BLUE') vs.ForEachObject(RectSort, "T=RECT") Works great. I tried to recreate this, but instead of using rectangles, I wanted to use Spaces. import vs def SpaceSort(h): area = vs.Space_GetNetArea(h) if area < 10000000: vs.SetClass(h, 'RED') if area >= 10000000: vs.SetClass(h, 'BLUE') vs.ForEachObject(SpaceSort, PON='Space') But it fails. There is something wrong with criteria I think, but I don't know what. I couldn't find "Space" object on this page: https://developer.vectorworks.net/index.php/VS:Search_Criteria#Search_Criteria_Sub_Types so I assume, I create a criteria in a wrong way.
-
@Pat Stanford, thanks So I think I don't really get the "handle" idea. I tried to write a similar code for rectangles: RectCount = int (vs.Count('Rect')) RectList = [] for i in range (RectCount): obj = vs.GetObject((T=RECT)) area = vs.HAreaN(obj) RectList.append([obj,area]) for j in range (len(RectList)): if RectList[j][1] < 10.00: vs.SetClass(RectList[j], 'RED') elif RectList[j][1] >= 10.00: vs.SetClass(RectList[j], 'BLUE') but I don't know how to describe a criteria to search for specified object (e.g. rectangle).
-
Hi all, I'm pretty new to direct scripting in Vectorworks, but always wanted to learn. As a first attempt I wanted to create a simple script that searches for "spaces" and assigns them to appropriate class depending on Net Area. In my file there is an example that should assign Spaces with area <10m2 to the RED class and rest to the BLUE class. But, obviously, it fails since I' pretty green in this Area 🙂 Can someone give me a hint, not the solution, something that will help me to write this script? Space sorting script.vwx
-
Tile filling does not map in slabs
Grzegorz Krzemien replied to Grzegorz Krzemien's topic in Architecture
Tiles in roof work fine. I even tried to reinstall my VW21, so now I'm working on a clean software. This affects only slabs. -
Tile filling does not map in slabs
Grzegorz Krzemien replied to Grzegorz Krzemien's topic in Architecture
@Tom W. Yes I have 'In Wall + Fit to wall' enabled. All of my Tile fills work fine in walls, but fail in slabs. Funny thing is that the same file in VW2020 works fine. Slab test v2020.vwx -
Hello, I have some problems with Tile fills in my slabs. I tried to create own Tile fillings for my slabs, but they all fail in sections. As I noticed even built-in Tile fills do not work properly - they are moved, not aligned etc. I tried many combinations of settings, but still either I am missing something or it just does not work. Picture and file in attachment. Slab test.vwx
-
Slab drainage - how to change slopes values.
Grzegorz Krzemien replied to Grzegorz Krzemien's topic in Architecture
@Tom W. Thanks, for the idea of using 'Add 3D Object to Slab'. But as you noticed I do not get the data/annotations info, so it is rather a half of the solution. Thank you very much for your time. Maybe somebody else will have some kind of an idea how to approach this kind of a task. -
Slab drainage - how to change slopes values.
Grzegorz Krzemien replied to Grzegorz Krzemien's topic in Architecture
@Tom W. I want to be able to change slope values. In the file I have sent there are 3 stages of my work - 1. Base slab. 2. Slab with drains in the corners. 3. Slab after connecting all drains together. My problem is that when I am connecting drains together, VW generates 5,2% slopes every time - no matter how slopes were described before connecting drains. I assume that it is somehow connected with saddle settings, but whenever I want to change saddle value Vectorworks crashes. So I have no idea if I am doing something wrong, or there is another way to create this kind of roof from slab. Thank you very much for your time :). -
Slab drainage - how to change slopes values.
Grzegorz Krzemien replied to Grzegorz Krzemien's topic in Architecture
@Tom W., here is a VW2020 file. There is a section that explains, what I want to achieve. I do not think that I can get the same looking section by using Roof tool. Drainage tool v2020.vwx -
Hello! I have a problem with drainage tool. I wanted to create 4 slopes on my slab that all of them go down toward different edge . I tried to create that by using 4 drains and connecting them. But every time I create this I can not change the slope's value (it's always around 5%). Is my approach wrong? If so, then how can I make this kind of roof? My file and picture of what I'm trying to create are attached. Drainage tool.vwx
-
Hello, I have a simple problem. I want to connect two walls with the same component (all attributes are connected with a class) to create one wall with various thickness. As you can see in the picture VW recognises ends correctly, but uses two different line styles - for the outer and inner face as defined in the class and for the endings much thinner. Any hints? WallConection.vwx
-
@Peter Neufeld, thank you so much for your time. I will do some more research and probably report this.
-
@Peter Neufeld, I have checked this one and still it is not the answer. No matter how you manage visibility settings, objects that should be partially covered by a solid are visible like they would be on top of solid, not inside it. See the picture in the attachment.
-
So I am using clip cube to create some kind of horizontal section (like a plane, but by using clip cube). The thing is that if I use clip cube to create plan (horizontal section) there is a bug. But if I use the same clip cube to create classic section (lets say vertical) it works perfectly. Clip cube bug.vwx
-
@Peter Neufeld, thank you for your time anyway 🙂 I really hope I will find where the problem is.