How to set Floor vertex

How to set Floor vertex

AD8080202
Advocate Advocate
948 Views
3 Replies
Message 1 of 4

How to set Floor vertex

AD8080202
Advocate
Advocate

Excuse me

 

How to use the program to change the floor vertex elevation
Or
How to build an unusual floor elevation vertices

 

please help me.
Thank you!

0 Likes
Accepted solutions (1)
949 Views
3 Replies
Replies (3)
Message 2 of 4

augusto.goncalves
Alumni
Alumni
Thanks for your question, but this looks like a product question.... this forum is focused on API/programming questions. Please correct me if I'm wrong.

You'll have a better help at http://forums.autodesk.com/t5/revit-architecture/bd-p/133
Regards,



Augusto Goncalves
Twitter @augustomaia
Autodesk Developer Network
0 Likes
Message 3 of 4

AD8080202
Advocate
Advocate

Thank you reply~

 

I want to say is .
If the z-axis vertices different floor, it can be established?
As such point type:
XYZ pt1 = new XYZ(0,0,10);
XYZ pt2 = new XYZ(0,10,20);
XYZ pt3 = new XYZ(10,10,15);
XYZ pt4 = new XYZ(0,0,10);
please help me.
Thank you!

0 Likes
Message 4 of 4

Revitalizer
Advisor
Advisor
Accepted solution

Hi AD8080202,

 

there is a SlabShapeEditor property on Floors.

 

You can see how to use it in the SlabShapeEditing project in the SDKSamples solution.

It's part of the Revit API SDK.

 

 

Revitalizer




Rudolf Honke
Software Developer
Mensch und Maschine





0 Likes