Table of Contents

Class ObjectAssemblyStrutRelationship

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public class ObjectAssemblyStrutRelationship : IObjectAssemblyRelationship
Inheritance
ObjectAssemblyStrutRelationship
Implements
Inherited Members
Extension Methods

Constructors

ObjectAssemblyStrutRelationship(IObjectAssemblyPart, IObjectAssemblyPart, StackObjectsBetweenTwoPoints)

public ObjectAssemblyStrutRelationship(IObjectAssemblyPart first, IObjectAssemblyPart second, StackObjectsBetweenTwoPoints displayMesh)

Parameters

first IObjectAssemblyPart
second IObjectAssemblyPart
displayMesh StackObjectsBetweenTwoPoints

Properties

First

public IObjectAssemblyPart First { get; set; }

Property Value

IObjectAssemblyPart

RelationshipType

public PartRelationshipType RelationshipType { get; }

Property Value

PartRelationshipType

Second

public IObjectAssemblyPart Second { get; set; }

Property Value

IObjectAssemblyPart

Methods

Destroy()

public void Destroy()

IsValid()

public bool IsValid()

Returns

bool

Visualize()

public void Visualize()