Click or drag to resize

IOverbraidDefinition Interface

An MHARNESS overbraid definition

Namespace: ema3d.Api.V25.Cabling.Definitions
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public interface IOverbraidDefinition : IShieldDefinition, 
	IConductorDefinition, ICableDefinition

The IOverbraidDefinition type exposes the following members.

Properties
 NameDescription
Public propertyConductivity Gets/Sets conductivity of the conductor (in Siemens/m) (Only applies when HasSkinDepthEffects = true).
(Inherited from IConductorDefinition)
Public propertyFillerDielectric Gets/Sets filler/background dielectric of the shield.
(Inherited from IShieldDefinition)
Public propertyFillerDisplayColor Gets/Sets filler/background display color of the shield.
(Inherited from IShieldDefinition)
Public propertyFillerThickness Gets/Sets filler/background thickness of the shield.
(Inherited from IShieldDefinition)
Public propertyHasSkinDepthEffects Gets/Sets if conductor has skin depth effects.
(Inherited from IConductorDefinition)
Public propertyIsTwisted Gets/Sets if the contents of this item should be twisted.
(Inherited from IShieldDefinition)
Public propertyPitch Gets/Sets pitch of contents twist (twists/m).
(Inherited from IShieldDefinition)
Public propertyRadius Gets/Sets inner radius of the conductor (in m)
(Inherited from IConductorDefinition)
Public propertyResistance Gets/Sets resistance of the conductor (in Ohms/m)
(Inherited from IConductorDefinition)
Public propertyShape Gets/Sets shape of conductor (Circular, Ellipse, Polygon)
(Inherited from IConductorDefinition)
Public propertyThickness Gets/Sets thickness of the conductor (only applies when HasSkinDepthEffects = true).
(Inherited from IConductorDefinition)
Public propertyVertices Gets/Sets vertices of polygonal conductor
(Inherited from IConductorDefinition)
Public propertyXRadius Gets/Sets XRadius of elliptical conductor
(Inherited from IConductorDefinition)
Public propertyYRadius Gets/Sets YRadius of elliptical conductor
(Inherited from IConductorDefinition)
Top
See Also