rebar,rebarHookType

rebar,rebarHookType

ChGwo
Participant Participant
545 Views
2 Replies
Message 1 of 3

rebar,rebarHookType

ChGwo
Participant
Participant

有些情况下,1、设置起点弯钩和终点弯钩无效?请问是什么原因? 例如,设置弯钩:rebar.SetHookTypeId(0,hookId1); rebar.SetHookTypeId(1,hookId2); 与 rebar.SetHookTypeId(0,hookId2; rebar.SetHookTypeId(1,hookId1); 是一样的,有的rvt项目没有任何效果。 2、使用结构样板与建筑样板创建的项目,可能会出现这个问题?

0 Likes
546 Views
2 Replies
Replies (2)
Message 2 of 3

jeremytammik
Autodesk
Autodesk

Translation:

 

In some cases,

 

1. Is the starting point hook and the end point hook invalid? Why?

 

For example, set the hook:

 

rebar.SetHookTypeId (0, hookId1);

rebar.SetHookTypeId (1, hookId2);

 

and

 

rebar.SetHookTypeId (0, hookId2;

rebar.SetHookTypeId (1, hookId1);

 

is the same, some rvt project No effect.

 

2. Is it possible to create a project using a structural template and a building template?



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 3

jeremytammik
Autodesk
Autodesk

Your second question has nothing to do with the Revit API, so it would be better to ask it in a different forum.

 

Please note that this discussion forum is dedicated to programming Revit using the Revit API.

  

Therefore, you cannot expect an answer to a question such as yours relating to installation, product usage or end user support issues here.

 

You should try one of the non-API Revit product support discussion forums instead for that:

 

https://forums.autodesk.com/t5/revit-api-forum/this-forum-is-for-revit-api-programming-questions-not...

 

The people there are much better equipped to answer your question than us programming nerds.

 

However, I'll respond with what I think anyway:

 

> Is it possible to create a project using a structural template and a building template?

 

No, a project can only be based on one single template.

 

However, you can set up the template yourself in any manner you like.

 

Therefore, you can combine the architectural and structural aspects of your choice yourself into one single template for your specific purposes.

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes