← Back to carmenta.com
Carmenta Engine SDK Documentation
×

DirectAttributeVariable<Material> Class

An attribute variable that represents a constant value of type Material.

Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Thread safety: Members defined in this class are, in general, not thread-safe. Show

Syntax

C#
public class DirectAttributeVariable< Material > : 
	AttributeVariable< Material >

Remarks

This type is used to represent attribute controlled values in visualizers and operators that are constant, i.e. the same Material value is returned for all features that are being processed.

Please see Attribute Controlled Visualization for more information on how attribute variables are used to control visualization.

Inheritance Hierarchy

System.Object (not available in C#)
  EngineObject
    AttributeVariable<Material>
      DirectAttributeVariable<Material>

Platforms

Windows, Linux, Android

See Also

Reference

Core Module

DirectAttributeVariable<Material> Members

The DirectAttributeVariable<Material> type has the following members.

Constructors

NameDescription
DirectAttributeVariable<Material>Initializes a new instance of the DirectAttributeVariable<Material> class that returns the specified value.

Properties

NameDescription
IsDisposedGets a value that tells whether the current DirectAttributeVariable<Material> has been disposed. Inherited from EngineObject
NativeHandleGets the native Carmenta Engine kernel object the current DirectAttributeVariable<Material> represents. Inherited from EngineObject
ValueGets or sets the value the DirectAttributeVariable<Material> returns.

Methods

NameDescription
CloneCreates a copy of an object. Inherited from EngineObject
DisposeReleases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject
EqualsDetermines whether this instance is equal to another. Inherited from EngineObject
TryGetValueTries to generate a value from the specified AttributeSet. Inherited from AttributeVariable<Material>

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept