ConeUIElement3D Point Set
#2
Each UIElement3D from Ab3d.PowerToys has a Model property.

You can get the Positions, TriangleIndices, TextureCoordinates and Normals from the MeshGeometry3D - see the following code (if Cone1 is the name of the ConeUIElement3D):

GeometryModel3D geometryModel3D = (GeometryModel3D)Cone1.Model;
MeshGeometry3D mesh = (MeshGeometry3D)geometryModel3D.Geometry;
Andrej Benedik
  


Messages In This Thread
ConeUIElement3D Point Set - by brians - 01-24-2012, 05:32 PM
RE: ConeUIElement3D Point Set - by abenedik - 01-24-2012, 11:46 PM
RE: ConeUIElement3D Point Set - by brians - 01-25-2012, 12:13 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)