Table of Contents

Class MeshArc

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public class MeshArc
Inheritance
MeshArc
Inherited Members
Extension Methods

Constructors

MeshArc(FairingCrossSection, MeshPoint[], MeshPoint[])

public MeshArc(FairingCrossSection xSection, MeshPoint[] inner, MeshPoint[] outer)

Parameters

xSection FairingCrossSection
inner MeshPoint[]
outer MeshPoint[]

Fields

hOffsetInner

public float[] hOffsetInner

Field Value

float[]

hOffsetOuter

public float[] hOffsetOuter

Field Value

float[]

inner

public MeshPoint[] inner

Field Value

MeshPoint[]

outer

public MeshPoint[] outer

Field Value

MeshPoint[]

pivot

public Vector3 pivot

Field Value

Vector3

xSection

public FairingCrossSection xSection

Field Value

FairingCrossSection