Click or drag to resize

IShieldDefinition Interface

An MHARNESS shield definition.

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

The IShieldDefinition 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.
Public propertyFillerDisplayColor Gets/Sets filler/background display color of the shield.
Public propertyFillerThickness Gets/Sets filler/background thickness of the shield.
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.
Public propertyPitch Gets/Sets pitch of contents twist (twists/m).
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
Remarks
Both shields and overbraids are shield definitions. Use IOverbraidDefinition for all objects with overbraid definition.
See Also