Skip to main content

Speos NX library 2024 R2

SourceAmbientUS1976Builder Class Reference

Last update: 17.07.2025

Represents the builder for an U.S Standard Atmosphere 1976 Source. More...

Inheritance diagram for SourceAmbientUS1976Builder:
SourceAmbientCommonBuilderFeatureBuilder_object

Properties

 SunDirection = property(fget = __GetSunDirection, fset = __SetSunDirection)
 Gets or sets the Sun direction.
 
 SunDirectionReversed = property(fget = __GetSunDirectionReversed, fset = __SetSunDirectionReversed)
 Gets or sets the reverse Sun direction.
 
 SunType = property(fget = __GetSunType, fset = __SetSunType)
 Gets or sets the Sun type.
 
 Timezone = property(fget = __GetTimezone)
 Gets the Timezone and Location object.
 
 ZenithNorthSystem = property(fget = __GetZenithNorthSystem)
 Gets the orientation object of the source.
 
- Properties inherited from FeatureBuilder
 Feature = property(fget = __GetFeature)
 Returns the feature being edited, or the created feature if the builder is being used in creation mode.
 
 FullName = property(fget = __GetFullName)
 Gets the full name of the feature being edited.
 
 Name = property(fget = __GetName, fset = __SetName)
 Gets or sets the name of the feature being edited.
 
 NameWithContext = property(fget = __GetNameWithContext)
 Gets the name with context of the feature being edited.
 
 Status = property(fget = __GetStatus)
 Returns the status of the feature being edited.
 

Additional Inherited Members

- Public Member Functions inherited from FeatureBuilder
 Commit (self)
 Commits any edits that have been applied to the builder.
 
 ShowResult (self)
 Updates the feature to reflect the result of an edit to the feature for all builders that support showing results.
 

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

Property Documentation

◆ SunDirection

SunDirection = property(fget = __GetSunDirection, fset = __SetSunDirection)
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

SunDirectionReversed = property(fget = __GetSunDirectionReversed, fset = __SetSunDirectionReversed)
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

SunType = property(fget = __GetSunType, fset = __SetSunType)
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

Timezone = property(fget = __GetTimezone)
static

Gets the Timezone and Location object.

Prerequisite: The SunType property must be 0.

Value type: Timezone object.

◆ ZenithNorthSystem

ZenithNorthSystem = property(fget = __GetZenithNorthSystem)
static

Gets the orientation object of the source.

Value type: ZenithNorthSystem object.


The documentation for this class was generated from the following file:
  • SpeosNX.py

Connect with Ansys