MASS masking values: one for the Gurus

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-02-20 02:45 PM
2005-02-20
02:45 PM
However, the contours show up in sections and elevations. Is there any way I can turn the contour lines off in hidden line views?
David Collins
Win10 64bit Intel i7 6700 3.40 Ghz, 32 Gb RAM, GeForce RTX 3070
AC 27.0 (4001 INT FULL)
Win10 64bit Intel i7 6700 3.40 Ghz, 32 Gb RAM, GeForce RTX 3070
AC 27.0 (4001 INT FULL)
6 REPLIES 6
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-02-20 07:51 PM
2005-02-20
07:51 PM
David,
To have the ridges be hidden you need to have the "s" values
of the surface points set to -1.
In this respect the MASS command is unlike the PRISM_ command.
Peter Devlin
To have the ridges be hidden you need to have the "s" values
of the surface points set to -1.
In this respect the MASS command is unlike the PRISM_ command.
Peter Devlin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-02-21 12:17 PM
2005-02-21
12:17 PM
Thank you, peter! You da man!
This helped clean up my rooster wonderfully.
How on earth did you learn this? Was it just trial and error or is there some logic to this that has escaped me? The GDL manual only mentions the -1 status value as a kind of end marker, which is how I've always seen it used. I tried changing the status value to 1 or 0, but never imagined -1 would do anything but cook the rooster.
This helped clean up my rooster wonderfully.
How on earth did you learn this? Was it just trial and error or is there some logic to this that has escaped me? The GDL manual only mentions the -1 status value as a kind of end marker, which is how I've always seen it used. I tried changing the status value to 1 or 0, but never imagined -1 would do anything but cook the rooster.
David Collins
Win10 64bit Intel i7 6700 3.40 Ghz, 32 Gb RAM, GeForce RTX 3070
AC 27.0 (4001 INT FULL)
Win10 64bit Intel i7 6700 3.40 Ghz, 32 Gb RAM, GeForce RTX 3070
AC 27.0 (4001 INT FULL)
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-02-21 07:48 PM
2005-02-21
07:48 PM
David,
Actually, I discovered this by accident.
The manual says the "s" values are "similar to the PRISM_ statement".
I modeled a pedestal sink with the Mesh tool with independent points
so that I would not have any ridge lines in the bowl and when I saved
the mesh as an object it was converted to the MASS command and,
to my surprise, all of the "s" values were -1.
So once again the manual is not complete.
Peter Devlin
Actually, I discovered this by accident.
The manual says the "s" values are "similar to the PRISM_ statement".
I modeled a pedestal sink with the Mesh tool with independent points
so that I would not have any ridge lines in the bowl and when I saved
the mesh as an object it was converted to the MASS command and,
to my surprise, all of the "s" values were -1.
So once again the manual is not complete.
Peter Devlin
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-02-21 10:33 PM
2005-02-21
10:33 PM
Peter wrote:Unfortunately, this is not new... all was said.
So once again the manual is not complete.
Why GDL is not a standard, despite the potential ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-02-22 08:56 AM
2005-02-22
08:56 AM
Peter,
I get it: the -1 value does make some sort of GDL sense. We're saying that each of these points on the MASS object is a separate entity. The code stops here. Incidently, I didn't know you could do insert just points into a mesh. That's going to be useful somewhere down the line.
The GDL manual is particularly unhelpful when it come to status codes. I have mostly learned about them by trial and error and looking at auto-scripted objects. I understand the logic behind the numbers and have even come to a grudging appreciation of the binary system, but every time I see "s = j1 + 2*j2 + 4*j3 + 8*j4 + 16*j5 + 32*j6 + 64*j7 [+ a_code] where j1, j2, j3, j4, j5, j6, j7 can be 0 or 1..." I just want to bang my head on the table.
I get it: the -1 value does make some sort of GDL sense. We're saying that each of these points on the MASS object is a separate entity. The code stops here. Incidently, I didn't know you could do insert just points into a mesh. That's going to be useful somewhere down the line.
The GDL manual is particularly unhelpful when it come to status codes. I have mostly learned about them by trial and error and looking at auto-scripted objects. I understand the logic behind the numbers and have even come to a grudging appreciation of the binary system, but every time I see "s = j1 + 2*j2 + 4*j3 + 8*j4 + 16*j5 + 32*j6 + 64*j7 [+ a_code] where j1, j2, j3, j4, j5, j6, j7 can be 0 or 1..." I just want to bang my head on the table.
David Collins
Win10 64bit Intel i7 6700 3.40 Ghz, 32 Gb RAM, GeForce RTX 3070
AC 27.0 (4001 INT FULL)
Win10 64bit Intel i7 6700 3.40 Ghz, 32 Gb RAM, GeForce RTX 3070
AC 27.0 (4001 INT FULL)
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-02-22 08:24 PM
2005-02-22
08:24 PM
David,
To insert independent points in a mesh, set the geometry method
to polygon and double click in the mesh where you want a point
created, and then assign it an elevation.
As to the binary system, I agree, it is tedious but necessary.
Peter Devlin
To insert independent points in a mesh, set the geometry method
to polygon and double click in the mesh where you want a point
created, and then assign it an elevation.
As to the binary system, I agree, it is tedious but necessary.
Peter Devlin