Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TCompasTopoNodeDirection
Packages that use TCompasTopoNodeDirection
-
Uses of TCompasTopoNodeDirection in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TCompasTopoNodeDirectionMethods in org.lfenergy.compas.scl2007b4.model that return TCompasTopoNodeDirectionModifier and TypeMethodDescriptionstatic TCompasTopoNodeDirection
TCompasTopo.getDirection()
Gets the value of the direction property.static TCompasTopoNodeDirection
Returns the enum constant of this class with the specified name.static TCompasTopoNodeDirection[]
TCompasTopoNodeDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lfenergy.compas.scl2007b4.model with parameters of type TCompasTopoNodeDirectionModifier and TypeMethodDescriptionvoid
TCompasTopo.setDirection
(TCompasTopoNodeDirection value) Sets the value of the direction property.