ManualMatchOverride
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
Explicit container→target match override for the Manual strategy.
public class ManualMatchOverride
Inheritance Object → ManualMatchOverride
Properties
Source
The value of the source attribute (typically Name) identifying the container.
public string Source { get; set; }
Property Value
TargetRtId
The RtId of the target entity this container maps to. Takes precedence over ManualMatchOverride.TargetName.
public string TargetRtId { get; set; }
Property Value
TargetName
The value of the target attribute identifying the target (used when TargetRtId is not set).
public string TargetName { get; set; }
Property Value
Constructors
ManualMatchOverride()
public ManualMatchOverride()