Solved Getinstancegeometry Vs Getsymbolgeometry Autodesk Community
Solved Getinstancegeometry Vs Getsymbolgeometry Autodesk Community I've got a question about the methods geometryinstance.getinstancegeometry () and geometryinstance.getsymbolgeometry (). in my file i've got only one imported dwg with only one line inside it. Here is a nice juicy challenge faced by richard thomas, one of the most knowledgeable and prolific solution authors in the revit api discussion forum, solved by scott conover, engineering director of the revit development team.
Solved Getinstancegeometry Vs Getsymbolgeometry Autodesk Community 几何实例也提供了 getinstancegeometry ()和getsymbolgeometry ()方法来分别获取其族实例的几何元素和族类型的几何元素。 —般来说,从几何实例中可以得到三种类型的数据: •线 (curve):基类线或者子类的线。 •实体 (solid):包含了面和边。. As you would expect, getinstancegeometry () returns the geometry of the instance and not the symbol, but every single geometryobject in the returned solid (s) (faces, curves etc.) exclusively have references to the familysymbol. A geometryinstance offers the ability to read its geometry through the getsymbolgeometry () and getinstancegeometry () methods. these methods return another autodesk.revit.db.geometryelement which can be parsed just like the first level return. Richard rpthomas108 thomas clarifies some aspects of symbol versus instance geometry in an imported dwg file in the revit api discussion forum thread on getinstancegeometry vs getsymbolgeometry:.
Solved Getinstancegeometry Vs Getsymbolgeometry Autodesk Community A geometryinstance offers the ability to read its geometry through the getsymbolgeometry () and getinstancegeometry () methods. these methods return another autodesk.revit.db.geometryelement which can be parsed just like the first level return. Richard rpthomas108 thomas clarifies some aspects of symbol versus instance geometry in an imported dwg file in the revit api discussion forum thread on getinstancegeometry vs getsymbolgeometry:. I am working thru some sample code that is meant to get the geometry from an autocad import instance and i have a question about the get geometry call shown below:. A geometryinstance offers the ability to read its geometry through the getsymbolgeometry () and getinstancegeometry () methods. these methods return another autodesk.revit.db.geometryelement which can be parsed just like the first level return. You mentioned that you compared the "getinstancegeom" vs "getsymbolgeom". i am replying specifically to address this you've stumbled upon a very tricky "gotchya" (one of many) in revit's api. In all kind of objects i tested, what i explained with symbol geometry which needs to be transformed is true, but for columns it's like the transform is already made in the symbol geometry!.
Solved Geometry Not Updating Autodesk Community I am working thru some sample code that is meant to get the geometry from an autocad import instance and i have a question about the get geometry call shown below:. A geometryinstance offers the ability to read its geometry through the getsymbolgeometry () and getinstancegeometry () methods. these methods return another autodesk.revit.db.geometryelement which can be parsed just like the first level return. You mentioned that you compared the "getinstancegeom" vs "getsymbolgeom". i am replying specifically to address this you've stumbled upon a very tricky "gotchya" (one of many) in revit's api. In all kind of objects i tested, what i explained with symbol geometry which needs to be transformed is true, but for columns it's like the transform is already made in the symbol geometry!.
Comments are closed.