Class SpecifiedOccurrence
java.lang.Object
com.technia.dsx.threedspace.mfg.instance.SpecifiedOccurrence
Represents a specified occurrence of an engineering item.
Contains the instance position and the reference to the instance object (engineering item) that is specified.
- Since:
- 2024-01-17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.technia.dsx.app.model.ReferableintvoidsetInstanceObject(com.technia.dsx.app.model.Referable instanceObject) voidsetInstancePosition(int instancePosition)
-
Constructor Details
-
SpecifiedOccurrence
public SpecifiedOccurrence()
-
-
Method Details
-
getInstancePosition
public int getInstancePosition() -
setInstancePosition
public void setInstancePosition(int instancePosition) -
getInstanceObject
public com.technia.dsx.app.model.Referable getInstanceObject() -
setInstanceObject
public void setInstanceObject(com.technia.dsx.app.model.Referable instanceObject)
-