Package com.openinventor.hardcopy
Class SoHardCopy
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.hardcopy.SoHardCopy
-
public class SoHardCopy extends Inventor
Class to initialize HardCopy. This class allows the user to initialize the HardCopy module. The module must be initialized before using any other classes of the module.HardCopy Overview,
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.String
getProductName()
Returns a character string identifying the name of the extension.static java.lang.String
getVersion()
Deprecated.As of Open Inventor 2023.2.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getProductName
public static java.lang.String getProductName()
Returns a character string identifying the name of the extension.
-
getVersion
@Deprecated(since="2023.2") public static java.lang.String getVersion()
Deprecated.As of Open Inventor 2023.2. This method should no longer be used. Use SoLicensesInfo.getVersion() method instead.Returns a character string identifying the version of the extension.Warning Deprecated since Open Inventor 2023.2. This method should no longer be used. Use
SoLicensesInfo.getVersion()
method instead.
-
-