What is new in version 7.2
New IEngrave_DG interface allows engraving 3D text into surfaces. The programming is demonstrated in new Engrave sample
Access to Planar Ops has been revised.
IVirtualModelView_DG allows creating images from an arbitrary model, not necessarily the main model of the control with any view configuration (view point, etc.). It can be used for creating screenshots or even for transmitting 3D-like series of frame images over the Internet.
New Capture sample demonstrates IVirtualView_DG and IVirtualModelView_DG.
New IView_DG.ResetState() allows restoring the default state of the component for all parameters which can be modified programmatically: Rendering type, view type, background, etc.
IGeometricObject_DG.Mirror() allows mirroring 3D objects across an arbitrary plane.
IBlob_DG has new methods for accessing and modifying individual bytes.
Breaking changes:
AxisDirection property of ICircle_DG and IEllipse_DG has been removed.
Please use Init() methods or the Location property for replacing setters and GetNormal() for replacing getters.
Access to Planar Ops via IBooleanEntity_DG has been replaced with IEntity_DG.Execute().
|