Packages

 

com.aspose.cad.fileformats.ifc.ifc4.entities

Classes

com.aspose.cad.fileformats.ifc.ifc4.entities

Class IfcPropertyDependencyRelationship

    • Constructor Detail

      • IfcPropertyDependencyRelationship

        public IfcPropertyDependencyRelationship()
    • Method Detail

      • getDependingProperty

        public final IfcProperty getDependingProperty()
      • setDependingProperty

        public final void setDependingProperty(IfcProperty value)
      • getDependantProperty

        public final IfcProperty getDependantProperty()
      • setDependantProperty

        public final void setDependantProperty(IfcProperty value)
      • getExpression

        public final IfcText getExpression()
      • setExpression

        public final void setExpression(IfcText value)