Skip to main content

ManualMatchOverride

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Explicit container→target match override for the Manual strategy.

public class ManualMatchOverride

Inheritance ObjectManualMatchOverride

Properties

Source

The value of the source attribute (typically Name) identifying the container.

public string Source { get; set; }

Property Value

String

TargetRtId

The RtId of the target entity this container maps to. Takes precedence over ManualMatchOverride.TargetName.

public string TargetRtId { get; set; }

Property Value

String

TargetName

The value of the target attribute identifying the target (used when TargetRtId is not set).

public string TargetName { get; set; }

Property Value

String

Constructors

ManualMatchOverride()

public ManualMatchOverride()