Working with PointSet 3D Objects

Note: you will need to include PointSetData and PointSet3D in your Module Dependencies list in addition to Viewer3D.

Creating a pointset

In this example, we assume you have already created a pointset dataset pointsetData and a 3D window threeDWindow. See section Working with PointSets for examples on how to create a pointset dataset. Also, see section Working With Windows to find more information on how to create and set attributes for a 3D window.

    import com.interactive.intviewerapi.objects3d.ISeismicVolumeObject3D;
    import com.interactive.intviewerapi.layers.NamedProps;
    NamedProps props = new NamedProps();
    IPointSetObject3D object3D = IPointSetObject3D.factory.createObject3D(threeDWindow, pointsetData, props, false);