Hi,I am new Revitapi.
I have follow code as Revitapi labs in subject Create Rectangular Column and when i run code in revit.
It's show error as picture.
How i can solve this problem?
Thank you.
Solved! Go to Solution.
Solved by naveen.kumar.t. Go to Solution.
Solved by TripleM-Dev.net. Go to Solution.
Looks it can't find the reference plane, maybe it's named.
From where are you calling the command, should be from the Metric Column.rft template
- Michel
Hi @napooil ,
I worked recently on this sample and found no error.
1)First, check whether you are working on the proper family template file (i.e)Metric Column.rft
2)The error message says that the errors are present in line numbers 187 and 56
3)Go to line number 187 and inspect
4)Attach the Debugger to the method (findElement(Type, String)) and start debugging so that you will find what is causing this error
If you still can't figure out please attach the screenshot of the FindElement method.
Can't find what you're looking for? Ask the community or share your knowledge.