SourceAmbientUS1976Builder Class Reference
Last update: 16.07.2025Represents the builder for an U.S Standard Atmosphere 1976 Source. More...

Static Public Attributes | |
| str | SunDirection = property(fget=__GetSunDirection, fset=__SetSunDirection) |
| Gets or sets the Sun direction. | |
| str | SunDirectionReversed = property(fget=__GetSunDirectionReversed, fset=__SetSunDirectionReversed) |
| Gets or sets the reverse Sun direction. | |
| str | SunType = property(fget=__GetSunType, fset=__SetSunType) |
| Gets or sets the Sun type. | |
| str | Timezone = property(fget=__GetTimezone) |
| Gets the Timezone and Location object. | |
| str | ZenithNorthSystem = property(fget=__GetZenithNorthSystem) |
| Gets the orientation object of the source. | |
Static Public Attributes inherited from FeatureBuilder | |
| str | Feature = property(fget=__GetFeature) |
| Returns the feature being edited, or the created feature if the builder is being used in creation mode. | |
| str | FullName = property(fget=__GetFullName) |
| Gets the full name of the feature being edited. | |
| str | Name = property(fget=__GetName, fset=__SetName) |
| Gets or sets the name of the feature being edited. | |
| str | NameWithContext = property(fget=__GetNameWithContext) |
| Gets the name with context of the feature being edited. | |
| str | Status = property(fget=__GetStatus) |
| Returns the status of the feature being edited. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from SourceAmbientCommonBuilder | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from FeatureBuilder | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from Builder | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Additional Inherited Members | |
Public Member Functions inherited from FeatureBuilder | |
| 'None' | ShowResult (self) |
| Updates the feature to reflect the result of an edit to the feature for all builders that support showing results. | |
Public Member Functions inherited from Builder | |
| 'None' | Commit (self) |
| Commits any edits that have been applied to the builder. | |
Detailed Description
Represents the builder for an U.S Standard Atmosphere 1976 Source.
The Ambient US1976 Sky Source Builder is used to create and edit Ambient US1976 Sky Source features.
The U.S Standard Atmosphere 1976 source allows you to generate light from the sky according to a time and location. With this source, signals can be collected outside the visible spectrum including in the infrared.
To create a new instance of this class, use FeatureCollection::CreateSourceAmbientUS1976Builder
Member Data Documentation
◆ SunDirection
|
static |
Gets or sets the Sun direction.
Prerequisite: The SunType property must be 1.
The Sun direction property takes a feature tag and returns a feature tag.
Value type: Integer.
The default value is 0.
◆ SunDirectionReversed
|
static |
Gets or sets the reverse Sun direction.
Prerequisite: The SunType property must be 1.
True: Reverses the Sun direction.
False: Does not reverse the Sun direction.
Value type: Boolean.
The default value is False.
◆ SunType
|
static |
Gets or sets the Sun type.
The values are:
0 - Automatic, you must set the values in the Timezone object.
1 - Direction, you must to set the sun direction property.
Value type: Integer.
The default value is 0.
◆ Timezone
|
static |
Gets the Timezone and Location object.
Prerequisite: The SunType property must be 0.
Value type: Timezone object.
◆ ZenithNorthSystem
|
static |
Gets the orientation object of the source.
Value type: ZenithNorthSystem object.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py
Static Public Attributes inherited from