Workspace Dimensions

User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Workspace Dimensions

Post by trueBlue »

Yep, the Dimensions Function Set
User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Workspace Dimensions

Post by trueBlue »

Why is one dimension 10.000 m and the other is 14.142 m?
Cylinder's scale is 10.000
What is trueSpace's Unit of Scale?
Dimensions.png
Attachments
Dim.RsScn
(1.44 MiB) Downloaded 54 times
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Workspace Dimensions

Post by clintonman »

trueBlue wrote: 22 Oct 2022, 20:07 Why is one dimension 10.000 m and the other is 14.142 m?
Cylinder's scale is 10.000
What is trueSpace's Unit of Scale?
Dimensions.png
The dimension data is all messed up. It has 5 angles and one of the linear dimensions shares the same name as one of the angle dimensions.

Meters.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Workspace Dimensions

Post by trueBlue »

clintonman wrote: 22 Oct 2022, 20:21
trueBlue wrote: 22 Oct 2022, 20:07 Why is one dimension 10.000 m and the other is 14.142 m?
Cylinder's scale is 10.000
What is trueSpace's Unit of Scale?
Dimensions.png
The dimension data is all messed up. It has 5 angles and one of the linear dimensions shares the same name as one of the angle dimensions.

Meters.
Thank you!
I read the data
Must delete the MeasureNode before starting over
This can be a big issue!
Dimensions.png
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Workspace Dimensions

Post by clintonman »

trueBlue wrote: 22 Oct 2022, 20:59
clintonman wrote: 22 Oct 2022, 20:21
trueBlue wrote: 22 Oct 2022, 20:07 Why is one dimension 10.000 m and the other is 14.142 m?
Cylinder's scale is 10.000
What is trueSpace's Unit of Scale?
Dimensions.png
The dimension data is all messed up. It has 5 angles and one of the linear dimensions shares the same name as one of the angle dimensions.

Meters.
Thank you!
I read the data
Must delete the MeasureNode before starting over
This can be a big issue!
Dimensions.png
Are you able to reproduce the problem?
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Workspace Dimensions

Post by trueBlue »

clintonman wrote: 22 Oct 2022, 21:00
trueBlue wrote: 22 Oct 2022, 20:59
clintonman wrote: 22 Oct 2022, 20:21

The dimension data is all messed up. It has 5 angles and one of the linear dimensions shares the same name as one of the angle dimensions.

Meters.
Thank you!
I read the data
Must delete the MeasureNode before starting over
This can be a big issue!
Dimensions.png
Are you able to reproduce the problem?
I most likely deleted a couple of dimensions using the panel and did not delete the MeasureNode
It was unknown to me that there could be existing data before adding new dimensions
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Workspace Dimensions

Post by clintonman »

trueBlue wrote: 22 Oct 2022, 21:24
clintonman wrote: 22 Oct 2022, 21:00
trueBlue wrote: 22 Oct 2022, 20:59
Thank you!
I read the data
Must delete the MeasureNode before starting over
This can be a big issue!
Dimensions.png
Are you able to reproduce the problem?
I most likely deleted a couple of dimensions using the panel and did not delete the MeasureNode
It was unknown to me that there could be existing data before adding new dimensions
When you delete the last dimension using the panel the measure node is also deleted automatically.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Workspace Dimensions

Post by trueBlue »

Thanks, good to know
User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Workspace Dimensions

Post by trueBlue »

GetDimPoints/start
if(Node.SubObjectCount("/D3DView")==0) return;

Should this be moved to the beginning of the script, before resetting the PickSelect/data?
Should this also have: params.SetTerminationFlag(); ?

Widgets.ReplaceWidget('{5C9008D4-B6B3-4359-9E63-18D2FC228A6E}','/Widgets/Tools/PickVertexWidget2','Default','','');
This causes the Ghost Widget appearing
Also happens when using your Snapping tools
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Workspace Dimensions

Post by clintonman »

trueBlue wrote: 23 Oct 2022, 16:32 GetDimPoints/start
if(Node.SubObjectCount("/D3DView")==0) return;

Should this be moved to the beginning of the script, before resetting the PickSelect/data?
Should this also have: params.SetTerminationFlag(); ?

Widgets.ReplaceWidget('{5C9008D4-B6B3-4359-9E63-18D2FC228A6E}','/Widgets/Tools/PickVertexWidget2','Default','','');
This causes the Ghost Widget appearing
Also happens when using your Snapping tools
setTerminationFlag.jpg
Returning early is always better, so sure move it to the top.
No params.SetTerminationFlag(); is needed for the start node

Guess we'll just have to live with ghost widgets.
Clinton Reese

http://clintons3d.com
Post Reply