Skip to content

Module pytools4dart.core_ui.urban

Classes

createDartFile

class createDartFile(
    version='5.10.2',
    build_='0',
    Urban=None
)

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
Urban
build_
member_data_items_
subclass
superclass
tzoff_pattern
version

Class methods

Instance variables

Urban
build_
version

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Building

class create_Building(
    doubleFaceBuilding=1,
    isDisplayed=1,
    hidden=0,
    hideRB=0,
    WallProperties=None,
    RoofProperties=None,
    House=None
)

Building Building - Double faces : internal and external faces -Simple face : only external faces - Double faces : internal and external faces -Simple face : only external faces Objects's positions are taken from the position file. Desactivate this option if you experience some slowdown. Objects's positions are taken from the position file. Desactivate this option if you experience some slowdown. If you select this option, this entire building are not use in all DART modules, it's useful if you want conserve building properties backup without delete this for tests If you select this option, this entire building are not use in all DART modules, it's useful if you want conserve building properties backup without delete this for tests Do not compute radiative budget for this object Do not compute radiative budget for this object

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

House
RoofProperties
Tag_strip_pattern_
WallProperties
doubleFaceBuilding
hidden
hideRB
isDisplayed
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

House
RoofProperties
WallProperties
doubleFaceBuilding
hidden
hideRB
isDisplayed

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Buildings

class create_Buildings(
    Building=None
)

Buildings Buildings

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Building
Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

Building

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str
class create_ExternalFacesOpticalPropertyLink(
    type_=0,
    indexFctPhase=0,
    ident='Lambertian_Phase_Function_1'
)

ExternalFacesOpticalPropertyLink ExternalFacesOpticalPropertyLink Type of phase function (lambertian, etc.) Type of phase function (lambertian, etc.) Index of the DART phase function of the ground of the plot. Index of the DART phase function of the ground of the plot. proportion of photons intercepted along an incident direction that are scattered within a solid angle along a given direction proportion of photons intercepted along an incident direction that are scattered within a solid angle along a given direction

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
ident
indexFctPhase
member_data_items_
subclass
superclass
type_
tzoff_pattern

Class methods

Instance variables

ident
indexFctPhase
type_

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str
class create_ExternalFacesThermalPropertyLink(
    indexTemperature=0,
    idTemperature='Temperature_290_310'
)

ExternalFacesThermalPropertyLink ExternalFacesThermalPropertyLink indexTemperature indexTemperature Thermal Function ID Thermal Function ID

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
idTemperature
indexTemperature
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

idTemperature
indexTemperature

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_House

class create_House(
    typeRoof=2,
    hidden=0,
    hideRB=0,
    Wall=None,
    RoofNone=None,
    RoofClassic=None,
    RoofPlate=None,
    RoofComplex=None
)

House House The house has a roof defined by: - the 4 corners of the house walls are simply connected together to generate the roof (option "Basic without thickness"), or - the 4 corners of the house walls are simply connected together to generate the roof with an added thickness (option "Basic with thickness"), or - 2 additional points (option "Classic"), or - 4 additional points (option "Complex"). The house has a roof defined by: - the 4 corners of the house walls are simply connected together to generate the roof (option "Basic without thickness"), or - the 4 corners of the house walls are simply connected together to generate the roof with an added thickness (option "Basic with thickness"), or - 2 additional points (option "Classic"), or - 4 additional points (option "Complex"). If you select this option, this house are not use in all DART modules, it's useful if you want conserve house properties backup without delete this for tests If you select this option, this house are not use in all DART modules, it's useful if you want conserve house properties backup without delete this for tests Do not compute radiative budget for this object Do not compute radiative budget for this object

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

RoofClassic
RoofComplex
RoofNone
RoofPlate
Tag_strip_pattern_
Wall
hidden
hideRB
member_data_items_
subclass
superclass
typeRoof
tzoff_pattern

Class methods

Instance variables

RoofClassic
RoofComplex
RoofNone
RoofPlate
Wall
hidden
hideRB
typeRoof

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_InnerOpticalProperties

class create_InnerOpticalProperties(
    OpticalPropertyLink=None
)

InnerOpticalProperties InnerOpticalProperties

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

OpticalPropertyLink
Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

OpticalPropertyLink

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_InnerThermalProperties

class create_InnerThermalProperties(
    ThermalPropertyLink=None
)

InnerThermalProperties InnerThermalProperties

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
ThermalPropertyLink
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

ThermalPropertyLink

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str
class create_InternalFacesOpticalPropertyLink(
    type_=0,
    indexFctPhase=0,
    ident='Lambertian_Phase_Function_1'
)

InternalFacesOpticalPropertyLink InternalFacesOpticalPropertyLink Type of phase function (lambertian, etc.) Type of phase function (lambertian, etc.) Index of the DART phase function of the ground of the plot. Index of the DART phase function of the ground of the plot. proportion of photons intercepted along an incident direction that are scattered within a solid angle along a given direction proportion of photons intercepted along an incident direction that are scattered within a solid angle along a given direction

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
ident
indexFctPhase
member_data_items_
subclass
superclass
type_
tzoff_pattern

Class methods

Instance variables

ident
indexFctPhase
type_

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str
class create_InternalFacesThermalPropertyLink(
    indexTemperature=0,
    idTemperature='Temperature_290_310'
)

InternalFacesThermalPropertyLink InternalFacesThermalPropertyLink indexTemperature indexTemperature Thermal Function ID Thermal Function ID

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
idTemperature
indexTemperature
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

idTemperature
indexTemperature

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_OpticalProperties

class create_OpticalProperties(
    OpticalPropertyLink=None
)

OpticalProperties OpticalProperties

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

OpticalPropertyLink
Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

OpticalPropertyLink

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str
class create_OpticalPropertyLink(
    type_=0,
    indexFctPhase=0,
    ident='Lambertian_Phase_Function_1'
)

OpticalPropertyLink OpticalPropertyLink Type of phase function (lambertian, etc.) Type of phase function (lambertian, etc.) Index of the DART phase function of the ground of the plot. Index of the DART phase function of the ground of the plot. wall from ground to Point3D 4 and 1 wall from ground to Point3D 4 and 1

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
ident
indexFctPhase
member_data_items_
subclass
superclass
type_
tzoff_pattern

Class methods

Instance variables

ident
indexFctPhase
type_

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Path2D

class create_Path2D(
    width=3.0,
    Point2D=None
)

Path2D Path2D interpolation). interpolation).

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Point2D
Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern
width

Class methods

Instance variables

Point2D
width

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Point2D

class create_Point2D(
    x=22.0,
    y=22.0
)

Point2D Point2D x coordinate of a point of the road x coordinate of a point of the road y coordinate of a point of the road y coordinate of a point of the road

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern
x
y

Class methods

Instance variables

x
y

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Point3D

class create_Point3D(
    x=10.0,
    y=10.0,
    z=2.5
)

Point3D Point3D x coordinate of a top corner of a wall of the house. Counter-clockwise input x coordinate of a top corner of a wall of the house. Counter-clockwise input y coordinate of a top corner of a wall of the house. Counter-clockwise input y coordinate of a top corner of a wall of the house. Counter- clockwise input z coordinate of a top corner of a wall of the house. Counter-clockwise input z coordinate of a top corner of a wall of the house. Counter-clockwise input

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern
x
y
z

Class methods

Instance variables

x
y
z

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Polygon3D

class create_Polygon3D(
    Point3D=None
)

Polygon3D Polygon3D

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Point3D
Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

Point3D

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Road

class create_Road(
    isDisplayed=1,
    hidden=0,
    hideRB=0,
    Path2D=None,
    OpticalPropertyLink=None,
    ThermalPropertyLink=None
)

Road Road Objects's positions are taken from the position file. Desactivate this option if you experience some slowdown. Objects's positions are taken from the position file. Desactivate this option if you experience some slowdown. If you select this option, this road are not use in all DART modules, it's useful if you want conserve road properties backup without delete this for tests If you select this option, this road are not use in all DART modules, it's useful if you want conserve road properties backup without delete this for tests Do not compute radiative budget for this object Do not compute radiative budget for this object

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

OpticalPropertyLink
Path2D
Tag_strip_pattern_
ThermalPropertyLink
hidden
hideRB
isDisplayed
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

OpticalPropertyLink
Path2D
ThermalPropertyLink
hidden
hideRB
isDisplayed

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Roads

class create_Roads(
    Road=None
)

Roads Roads

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Road
Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

Road

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_RoofClassic

class create_RoofClassic(
    Polygon3D=None,
    OpticalProperties=None,
    ThermalProperties=None,
    InnerOpticalProperties=None,
    InnerThermalProperties=None
)

RoofClassic RoofClassic

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
Polygon3D
Tag_strip_pattern_
ThermalProperties
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
Polygon3D
ThermalProperties

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_RoofComplex

class create_RoofComplex(
    Polygon3D=None,
    OpticalProperties=None,
    ThermalProperties=None,
    InnerOpticalProperties=None,
    InnerThermalProperties=None
)

RoofComplex RoofComplex

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
Polygon3D
Tag_strip_pattern_
ThermalProperties
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
Polygon3D
ThermalProperties

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_RoofNone

class create_RoofNone(
    OpticalProperties=None,
    ThermalProperties=None,
    InnerOpticalProperties=None,
    InnerThermalProperties=None
)

RoofNone RoofNone

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
Tag_strip_pattern_
ThermalProperties
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
ThermalProperties

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_RoofPlate

class create_RoofPlate(
    height=0.05,
    OpticalProperties=None,
    ThermalProperties=None,
    InnerOpticalProperties=None,
    InnerThermalProperties=None
)

RoofPlate RoofPlate Vertical translation applied to the 4 corners of the walls for obtaining the 4 points that define the roof Vertical translation applied to the 4 corners of the walls for obtaining the 4 points that define the roof

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
Tag_strip_pattern_
ThermalProperties
height
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
ThermalProperties
height

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_RoofProperties

class create_RoofProperties(
    sameRoof=1,
    ExternalFacesOpticalPropertyLink=None,
    ExternalFacesThermalPropertyLink=None,
    InternalFacesOpticalPropertyLink=None,
    InternalFacesThermalPropertyLink=None
)

RoofProperties RoofProperties The roofs of all the houses of this building have the same optical properties The roofs of all the houses of this building have the same optical properties

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

ExternalFacesOpticalPropertyLink
ExternalFacesThermalPropertyLink
InternalFacesOpticalPropertyLink
InternalFacesThermalPropertyLink
Tag_strip_pattern_
member_data_items_
sameRoof
subclass
superclass
tzoff_pattern

Class methods

Instance variables

ExternalFacesOpticalPropertyLink
ExternalFacesThermalPropertyLink
InternalFacesOpticalPropertyLink
InternalFacesThermalPropertyLink
sameRoof

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_SmallWall

class create_SmallWall(
    doubleFaceBuilding=1,
    isDisplayed=1,
    hidden=0,
    hideRB=0,
    Polygon3D=None,
    ExternalFacesOpticalPropertyLink=None,
    ExternalFacesThermalPropertyLink=None,
    InternalFacesOpticalPropertyLink=None,
    InternalFacesThermalPropertyLink=None
)

SmallWall SmallWall - Double faces : internal and external faces -Simple face : only external faces - Double faces : internal and external faces -Simple face : only external faces Objects's positions are taken from the position file. Desactivate this option if you experience some slowdown. Objects's positions are taken from the position file. Desactivate this option if you experience some slowdown. If you select this option, this wall are not use in all DART modules, it's useful if you want conserve wall properties backup without delete this for tests If you select this option, this wall are not use in all DART modules, it's useful if you want conserve wall properties backup without delete this for tests Do not compute radiative budget for this object Do not compute radiative budget for this object

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

ExternalFacesOpticalPropertyLink
ExternalFacesThermalPropertyLink
InternalFacesOpticalPropertyLink
InternalFacesThermalPropertyLink
Polygon3D
Tag_strip_pattern_
doubleFaceBuilding
hidden
hideRB
isDisplayed
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

ExternalFacesOpticalPropertyLink
ExternalFacesThermalPropertyLink
InternalFacesOpticalPropertyLink
InternalFacesThermalPropertyLink
Polygon3D
doubleFaceBuilding
hidden
hideRB
isDisplayed

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_SmallWalls

class create_SmallWalls(
    SmallWall=None
)

SmallWalls SmallWalls

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

SmallWall
Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

SmallWall

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_ThermalProperties

class create_ThermalProperties(
    ThermalPropertyLink=None
)

ThermalProperties ThermalProperties

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
ThermalPropertyLink
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

ThermalPropertyLink

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str
class create_ThermalPropertyLink(
    indexTemperature=0,
    idTemperature='Temperature_290_310'
)

ThermalPropertyLink ThermalPropertyLink indexTemperature indexTemperature Thermal Function ID Thermal Function ID

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Tag_strip_pattern_
idTemperature
indexTemperature
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

idTemperature
indexTemperature

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Urban

class create_Urban(
    Buildings=None,
    Roads=None,
    SmallWalls=None
)

Urban Urban

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

Buildings
Roads
SmallWalls
Tag_strip_pattern_
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

Buildings
Roads
SmallWalls

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_Wall

class create_Wall(
    Polygon3D=None,
    OpticalProperties=None,
    ThermalProperties=None,
    InnerOpticalProperties=None,
    InnerThermalProperties=None
)

Wall Wall

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
Polygon3D
Tag_strip_pattern_
ThermalProperties
member_data_items_
subclass
superclass
tzoff_pattern

Class methods

Instance variables

InnerOpticalProperties
InnerThermalProperties
OpticalProperties
Polygon3D
ThermalProperties

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str

create_WallProperties

class create_WallProperties(
    sameWall=1,
    ExternalFacesOpticalPropertyLink=None,
    ExternalFacesThermalPropertyLink=None,
    InternalFacesOpticalPropertyLink=None,
    InternalFacesThermalPropertyLink=None
)

WallProperties WallProperties The walls of all the houses of this building have the same optical properties The walls of all the houses of this building have the same optical properties

Ancestors (in MRO)

  • pytools4dart.core_ui.urban.GeneratedsSuper

Class variables

ExternalFacesOpticalPropertyLink
ExternalFacesThermalPropertyLink
InternalFacesOpticalPropertyLink
InternalFacesThermalPropertyLink
Tag_strip_pattern_
member_data_items_
sameWall
subclass
superclass
tzoff_pattern

Class methods

Instance variables

ExternalFacesOpticalPropertyLink
ExternalFacesThermalPropertyLink
InternalFacesOpticalPropertyLink
InternalFacesThermalPropertyLink
sameWall

Methods

path
def path(
    self,
    index=True
)
Get the dartnode path of the corenode
Parameters
----------
corenode: object
    a core object

index: bool

    If True gets the dartnode path with index if list,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction[0]'

    If False gets the dartnode path without index,
    e.g. 'Coeff_diff.AirMultiFunctions.AirFunction'

Returns
-------
    str