Compound objects take several objects and combine them together to produce a new object. Examples includes Boolean and Morph objects. The principal class involved in compound objects is IBoolObject.
Produce a new object using union, intersection and difference operations.
The Blob Mesh compound object creates a set of spheres from geometry or particles, and connects the spheres together as if they were made of a soft, liquid substance. When the spheres move within a certain distance of one another, they connect together. When they move apart, they take on a spherical form again.
The Mesher compound object converts objects to mesh objects on a per-frame basis so that you can apply modifiers such as Bend or UVW Map. It can be used with any type of object, but is designed primarily to work with particle systems.
Geometric object plug-ins derive derived from GeomObject or SimpleObject2.
Implements numerous primitive geometric objects such as boxes, spheres, cones, cylinders, and tubes.
Implements all the extended primitive objects available in the Create Command Panel such as chamfer cubes, oil tanks, pyramids etc..
Creates spheres and hemispheres based on three classes of regular polyhedrons.
Helper objects are items such as dummy objects, grids, tape measurers and point objects. Helper objects derive from ConstObject or HelperObject.
The grid, also called User Grid or Custom Grid, is a 2D object with adjustments for overall size and grid spacing. The user can move and orient user grids anywhere in world space.
The point helper provides a specific location in 3D space that can be used as a reference or by other program functions
The Expose Transform helper object exposes values of non-keyed objects for use in expressions and scripts.
The Luminaire helper object serves primarily as a head, or control, object for light fixtures.
Examples of plug-ins lights include point lights, direct lights, and spot lights. Light plug-ins derive from LightObject or GenLight.
Lights are objects that simulate real lights such as household or office lamps, the light instruments used in stage and film work, and the sun itself. Different kinds of light objects cast light in different ways, emulating different kinds of real-world light sources.
Manipulator helpers are objects you can create to manipulate other objects. They let you add customized controls to your scene that provide visual feedback in viewports. To control other objects, manipulators use the parameter wiring feature. The following samples demonstrate implementing manipulators by inheriting from SimpleManipulator.
The Cone Angle manipulator is a cone whose base you can adjust. By wiring its Angle value to a parameter of another object, you can create a custom control, with visual feedback, within a scene.
The Plane Angle manipulator looks like a lever or joystick. By wiring its Angle value to a parameter of another object, you can create a custom control, with visual feedback, within a scene.
The Slider manipulator is a graphic control that appears in the active viewport. By wiring its Value to a parameter of another object, you can create a custom control, with visual feedback, within a scene
A how-to sample showing a full manipulator. It uses the Bend modifier to provide a gizmo and also handles setting up of aHitData object.
The NURBS API provides an interface into the NURBS objects used by 3ds Max. You can create new NURBS objects or modify existing ones. A NURBS object plug-in will derive from NURBSObject.
Developers can create patch modeling systems for 3ds Max. Patch object plug-ins derive from PatchObject.
Editable Patch provides controls for manipulating an object as a patch object and at five sub-object levels: vertex, handle, edge, patch, and element.
Patch grids provide convenient "building material" for custom surfaces and objects, or for adding patch surfaces to existing patch objects.
These are shapes such as circles, arcs, rectangles, and donuts. Spline objects derived from SimpleSpline.
These are shapes such as the helix. Shape objects derive from ShapeObject.